Shades of Metallic Gold #CFA62F
Tints of Metallic Gold #CFA62F
RGB
CMYK
RGB Variations
Color information
#CFA62F (or 0xCFA62F) is known color: Metallic Gold. HEX triplet: CF, A6 and 2F. RGB value is (207,166,47). Sum of RGB (Red+Green+Blue) = 207+166+47=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA62F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA62F is #3059D0. Grayscale: #A5A5A5. Windows color (decimal): -3168721 or 3122895. OLE color: 3122895.
HSL color Cylindrical-coordinate representation of color #CFA62F: hue angle of 44.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFA62F is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 47 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.19 |
| HSL | 44.63º | 0.63% | 0.5% | - |
| HSV(B) | 44.63º | 0.77% | 0.81% | - |
| XYZ | 39.88 | 40.74 | 8.45 | - |
| YUV | 164.69 | 61.58 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 47 | 0 | 0.20 | 0.77 | 0.19 | 44.63 | 0.63 | 0.5 |
| Hex | CF | A6 | 2F | 0 | 14 | 4D | 13 | 2D | 3F | 32 |
| Octal | 317 | 246 | 57 | 0 | 24 | 115 | 23 | 55 | 77 | 62 |
| Binary | 11001111 | 10100110 | 101111 | 0 | 10100 | 1001101 | 10011 | 101101 | 111111 | 110010 |
Color Harmonies of #CFA62F
Complementary color
Monochromatic Colors of #CFA62F
Black with #CFA62F
Text Example
Text Example
White with #CFA62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA62F; }
p { color: rgb(207,166,47); }
H1.HeaderClassName
{
color: #CFA62F;
}
.AnyTagClassName
{
color: #CFA62F;
}
</style>
background-color css
<style>
a { background-color: #CFA62F; }
a { background-color: rgb(207,166,47); }
div.DivClassName
{
background-color: #CFA62F;
}
.BgClassName
{
background-color: #CFA62F;
}
</style>
border-color css
<style>
span { border-color: #CFA62F; }
span { border-color: rgb(207,166,47); }
td.TdClassName
{
border-color: #CFA62F;
}
.TagClassName
{
border-color: #CFA62F;
}
</style>