Shades of Metallic Gold #CFA72F
Tints of Metallic Gold #CFA72F
RGB
CMYK
RGB Variations
Color information
#CFA72F (or 0xCFA72F) is known color: Metallic Gold. HEX triplet: CF, A7 and 2F. RGB value is (207,167,47). Sum of RGB (Red+Green+Blue) = 207+167+47=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA72F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA72F is #3058D0. Grayscale: #A5A5A5. Windows color (decimal): -3168465 or 3123151. OLE color: 3123151.
HSL color Cylindrical-coordinate representation of color #CFA72F: hue angle of 45º 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 #CFA72F is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 47 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.19 |
| HSL | 45º | 0.63% | 0.5% | - |
| HSV(B) | 45º | 0.77% | 0.81% | - |
| XYZ | 40.06 | 41.11 | 8.51 | - |
| YUV | 165.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 47 | 0 | 0.19 | 0.77 | 0.19 | 45 | 0.63 | 0.5 |
| Hex | CF | A7 | 2F | 0 | 13 | 4D | 13 | 2D | 3F | 32 |
| Octal | 317 | 247 | 57 | 0 | 23 | 115 | 23 | 55 | 77 | 62 |
| Binary | 11001111 | 10100111 | 101111 | 0 | 10011 | 1001101 | 10011 | 101101 | 111111 | 110010 |
Color Harmonies of #CFA72F
Complementary color
Monochromatic Colors of #CFA72F
Black with #CFA72F
Text Example
Text Example
White with #CFA72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA72F; }
p { color: rgb(207,167,47); }
H1.HeaderClassName
{
color: #CFA72F;
}
.AnyTagClassName
{
color: #CFA72F;
}
</style>
background-color css
<style>
a { background-color: #CFA72F; }
a { background-color: rgb(207,167,47); }
div.DivClassName
{
background-color: #CFA72F;
}
.BgClassName
{
background-color: #CFA72F;
}
</style>
border-color css
<style>
span { border-color: #CFA72F; }
span { border-color: rgb(207,167,47); }
td.TdClassName
{
border-color: #CFA72F;
}
.TagClassName
{
border-color: #CFA72F;
}
</style>