Shades of Metallic Gold #CFA032
Tints of Metallic Gold #CFA032
RGB
CMYK
RGB Variations
Color information
#CFA032 (or 0xCFA032) is known color: Metallic Gold. HEX triplet: CF, A0 and 32. RGB value is (207,160,50). Sum of RGB (Red+Green+Blue) = 207+160+50=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA032 is #305FCD. Grayscale: #A2A2A2. Windows color (decimal): -3170254 or 3317967. OLE color: 3317967.
HSL color Cylindrical-coordinate representation of color #CFA032: hue angle of 42.04º 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 #CFA032 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 50 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.19 |
| HSL | 42.04º | 0.62% | 0.5% | - |
| HSV(B) | 42.04º | 0.76% | 0.81% | - |
| XYZ | 38.88 | 38.64 | 8.43 | - |
| YUV | 161.51 | 65.07 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 50 | 0 | 0.23 | 0.76 | 0.19 | 42.04 | 0.62 | 0.5 |
| Hex | CF | A0 | 32 | 0 | 17 | 4C | 13 | 2A | 3E | 32 |
| Octal | 317 | 240 | 62 | 0 | 27 | 114 | 23 | 52 | 76 | 62 |
| Binary | 11001111 | 10100000 | 110010 | 0 | 10111 | 1001100 | 10011 | 101010 | 111110 | 110010 |
Color Harmonies of #CFA032
Complementary color
Monochromatic Colors of #CFA032
Black with #CFA032
Text Example
Text Example
White with #CFA032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA032; }
p { color: rgb(207,160,50); }
H1.HeaderClassName
{
color: #CFA032;
}
.AnyTagClassName
{
color: #CFA032;
}
</style>
background-color css
<style>
a { background-color: #CFA032; }
a { background-color: rgb(207,160,50); }
div.DivClassName
{
background-color: #CFA032;
}
.BgClassName
{
background-color: #CFA032;
}
</style>
border-color css
<style>
span { border-color: #CFA032; }
span { border-color: rgb(207,160,50); }
td.TdClassName
{
border-color: #CFA032;
}
.TagClassName
{
border-color: #CFA032;
}
</style>