Shades of Metallic Gold #CFA031
Tints of Metallic Gold #CFA031
RGB
CMYK
RGB Variations
Color information
#CFA031 (or 0xCFA031) is known color: Metallic Gold. HEX triplet: CF, A0 and 31. RGB value is (207,160,49). Sum of RGB (Red+Green+Blue) = 207+160+49=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA031 is #305FCE. Grayscale: #A1A1A1. Windows color (decimal): -3170255 or 3252431. OLE color: 3252431.
HSL color Cylindrical-coordinate representation of color #CFA031: hue angle of 42.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 #CFA031 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 49 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.19 |
| HSL | 42.15º | 0.62% | 0.5% | - |
| HSV(B) | 42.15º | 0.76% | 0.81% | - |
| XYZ | 38.86 | 38.63 | 8.31 | - |
| YUV | 161.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 49 | 0 | 0.23 | 0.76 | 0.19 | 42.15 | 0.62 | 0.5 |
| Hex | CF | A0 | 31 | 0 | 17 | 4C | 13 | 2A | 3E | 32 |
| Octal | 317 | 240 | 61 | 0 | 27 | 114 | 23 | 52 | 76 | 62 |
| Binary | 11001111 | 10100000 | 110001 | 0 | 10111 | 1001100 | 10011 | 101010 | 111110 | 110010 |
Color Harmonies of #CFA031
Complementary color
Monochromatic Colors of #CFA031
Black with #CFA031
Text Example
Text Example
White with #CFA031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA031; }
p { color: rgb(207,160,49); }
H1.HeaderClassName
{
color: #CFA031;
}
.AnyTagClassName
{
color: #CFA031;
}
</style>
background-color css
<style>
a { background-color: #CFA031; }
a { background-color: rgb(207,160,49); }
div.DivClassName
{
background-color: #CFA031;
}
.BgClassName
{
background-color: #CFA031;
}
</style>
border-color css
<style>
span { border-color: #CFA031; }
span { border-color: rgb(207,160,49); }
td.TdClassName
{
border-color: #CFA031;
}
.TagClassName
{
border-color: #CFA031;
}
</style>