#CFB52B

Color #CFB52B Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #CFB52B

Tints of Metallic Gold #CFB52B

Color information

#CFB52B (or 0xCFB52B) is unknown color: approx Metallic Gold. HEX triplet: CF, B5 and 2B. RGB value is (207,181,43). Sum of RGB (Red+Green+Blue) = 207+181+43=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB52B is #304AD4. Grayscale: #ADADAD. Windows color (decimal): -3164885 or 2864591. OLE color: 2864591.

HSL color Cylindrical-coordinate representation of color #CFB52B: hue angle of 50.49º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFB52B is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB20718143-
CMYK00.130.790.19
HSL50.49º65.6%49.02%-
HSV(B)50.49º79.23%81.18%-
XYZ42.6946.499.01-
YUV173.0454.61152.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 48.03%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 43 (17.19% from 255) = 9.98%
R=48.03%
G=42.00%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071814300.130.790.1950.4965.649.02
HexCFB52B0D4F13324231
Octal31726553015117236210261
Binary1100111110110101101011011011001111100111100101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB52B; }

 p { color: rgb(207,181,43); }

 H1.HeaderClassName
 {
   color: #CFB52B;
 }
 .AnyTagClassName
 {
   color: #CFB52B;
 }
</style>
background-color css

<style>
 a { background-color: #CFB52B; }

 a { background-color: rgb(207,181,43); }

 div.DivClassName
 {
   background-color: #CFB52B;
 }
 .BgClassName
 {
   background-color: #CFB52B;
 }
</style>
border-color css

<style>
 span { border-color: #CFB52B; }

 span { border-color: rgb(207,181,43); }

 td.TdClassName
 {
   border-color: #CFB52B;
 }
 .TagClassName
 {
   border-color: #CFB52B;
 }
</style>