Shades of Metallic Gold #CFA72E
Tints of Metallic Gold #CFA72E
RGB
CMYK
RGB Variations
Color information
#CFA72E (or 0xCFA72E) is known color: Metallic Gold. HEX triplet: CF, A7 and 2E. RGB value is (207,167,46). Sum of RGB (Red+Green+Blue) = 207+167+46=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA72E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA72E is #3058D1. Grayscale: #A5A5A5. Windows color (decimal): -3168466 or 3057615. OLE color: 3057615.
HSL color Cylindrical-coordinate representation of color #CFA72E: hue angle of 45.09º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFA72E is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 46 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.19 |
| HSL | 45.09º | 0.64% | 0.5% | - |
| HSV(B) | 45.09º | 0.78% | 0.81% | - |
| XYZ | 40.04 | 41.1 | 8.41 | - |
| YUV | 165.17 | 60.75 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 46 | 0 | 0.19 | 0.78 | 0.19 | 45.09 | 0.64 | 0.5 |
| Hex | CF | A7 | 2E | 0 | 13 | 4E | 13 | 2D | 40 | 32 |
| Octal | 317 | 247 | 56 | 0 | 23 | 116 | 23 | 55 | 100 | 62 |
| Binary | 11001111 | 10100111 | 101110 | 0 | 10011 | 1001110 | 10011 | 101101 | 1000000 | 110010 |
Color Harmonies of #CFA72E
Complementary color
Monochromatic Colors of #CFA72E
Black with #CFA72E
Text Example
Text Example
White with #CFA72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA72E; }
p { color: rgb(207,167,46); }
H1.HeaderClassName
{
color: #CFA72E;
}
.AnyTagClassName
{
color: #CFA72E;
}
</style>
background-color css
<style>
a { background-color: #CFA72E; }
a { background-color: rgb(207,167,46); }
div.DivClassName
{
background-color: #CFA72E;
}
.BgClassName
{
background-color: #CFA72E;
}
</style>
border-color css
<style>
span { border-color: #CFA72E; }
span { border-color: rgb(207,167,46); }
td.TdClassName
{
border-color: #CFA72E;
}
.TagClassName
{
border-color: #CFA72E;
}
</style>