Shades of Metallic Gold #CFB032
Tints of Metallic Gold #CFB032
RGB
CMYK
RGB Variations
Color information
#CFB032 (or 0xCFB032) is known color: 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
| RGB | 207 | 176 | 50 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.19 |
| HSL | 48.15º | 0.62% | 0.5% | - |
| HSV(B) | 48.15º | 0.76% | 0.81% | - |
| XYZ | 41.83 | 44.55 | 9.41 | - |
| YUV | 170.91 | 59.77 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 50 | 0 | 0.15 | 0.76 | 0.19 | 48.15 | 0.62 | 0.5 |
| Hex | CF | B0 | 32 | 0 | F | 4C | 13 | 30 | 3E | 32 |
| Octal | 317 | 260 | 62 | 0 | 17 | 114 | 23 | 60 | 76 | 62 |
| Binary | 11001111 | 10110000 | 110010 | 0 | 1111 | 1001100 | 10011 | 110000 | 111110 | 110010 |
Color Harmonies of #CFB032
Complementary color
Monochromatic Colors of #CFB032
Black with #CFB032
Text Example
Text Example
White with #CFB032
Text Example
Text Example
HTML Codes & Css Web 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>