Shades of Metallic Gold #CFB232
Tints of Metallic Gold #CFB232
RGB
CMYK
RGB Variations
Color information
#CFB232 (or 0xCFB232) is known color: Metallic Gold. HEX triplet: CF, B2 and 32. RGB value is (207,178,50). Sum of RGB (Red+Green+Blue) = 207+178+50=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB232 is #304DCD. Grayscale: #ACACAC. Windows color (decimal): -3165646 or 3322575. OLE color: 3322575.
HSL color Cylindrical-coordinate representation of color #CFB232: hue angle of 48.92º 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 #CFB232 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 50 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.19 |
| HSL | 48.92º | 0.62% | 0.5% | - |
| HSV(B) | 48.92º | 0.76% | 0.81% | - |
| XYZ | 42.23 | 45.34 | 9.54 | - |
| YUV | 172.08 | 59.11 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 50 | 0 | 0.14 | 0.76 | 0.19 | 48.92 | 0.62 | 0.5 |
| Hex | CF | B2 | 32 | 0 | E | 4C | 13 | 31 | 3E | 32 |
| Octal | 317 | 262 | 62 | 0 | 16 | 114 | 23 | 61 | 76 | 62 |
| Binary | 11001111 | 10110010 | 110010 | 0 | 1110 | 1001100 | 10011 | 110001 | 111110 | 110010 |
Color Harmonies of #CFB232
Complementary color
Monochromatic Colors of #CFB232
Black with #CFB232
Text Example
Text Example
White with #CFB232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB232; }
p { color: rgb(207,178,50); }
H1.HeaderClassName
{
color: #CFB232;
}
.AnyTagClassName
{
color: #CFB232;
}
</style>
background-color css
<style>
a { background-color: #CFB232; }
a { background-color: rgb(207,178,50); }
div.DivClassName
{
background-color: #CFB232;
}
.BgClassName
{
background-color: #CFB232;
}
</style>
border-color css
<style>
span { border-color: #CFB232; }
span { border-color: rgb(207,178,50); }
td.TdClassName
{
border-color: #CFB232;
}
.TagClassName
{
border-color: #CFB232;
}
</style>