#CFB032

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

Shades of Metallic Gold #CFB032

Tints of Metallic Gold #CFB032

Color information

#CFB032 (or 0xCFB032) is unknown color: approx Metallic Gold. HEX triplet: CF, B0 and 32. RGB value is (207,176,50). Sum of RGB (Red+Green+Blue) = 207+176+50=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB032 is #304FCD. Grayscale: #ABABAB. Windows color (decimal): -3166158 or 3322063. OLE color: 3322063.

HSL color Cylindrical-coordinate representation of color #CFB032: hue angle of 48.15º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFB032 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB20717650-
CMYK00.150.760.19
HSL48.15º62.06%50.39%-
HSV(B)48.15º75.85%81.18%-
XYZ41.8344.559.41-
YUV170.959.77153.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.81%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 50 (19.92% from 255) = 11.55%
R=47.81%
G=40.65%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071765000.150.760.1948.1562.0650.39
HexCFB0320F4C13303e32
Octal3172606201711423607662
Binary110011111011000011001001111100110010011110000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB032; }

 p { color: rgb(207,176,50); }

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

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

 a { background-color: rgb(207,176,50); }

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

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

 span { border-color: rgb(207,176,50); }

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