Shades of Metallic Gold #CFA040
Tints of Metallic Gold #CFA040
RGB
CMYK
RGB Variations
Color information
#CFA040 (or 0xCFA040) is known color: Metallic Gold. HEX triplet: CF, A0 and 40. RGB value is (207,160,64). Sum of RGB (Red+Green+Blue) = 207+160+64=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA040 is #305FBF. Grayscale: #A3A3A3. Windows color (decimal): -3170240 or 4235471. OLE color: 4235471.
HSL color Cylindrical-coordinate representation of color #CFA040: hue angle of 40.28º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFA040 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 64 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.19 |
| HSL | 40.28º | 0.6% | 0.53% | - |
| HSV(B) | 40.28º | 0.69% | 0.81% | - |
| XYZ | 39.23 | 38.78 | 10.27 | - |
| YUV | 163.11 | 72.07 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 64 | 0 | 0.23 | 0.69 | 0.19 | 40.28 | 0.6 | 0.53 |
| Hex | CF | A0 | 40 | 0 | 17 | 45 | 13 | 28 | 3C | 35 |
| Octal | 317 | 240 | 100 | 0 | 27 | 105 | 23 | 50 | 74 | 65 |
| Binary | 11001111 | 10100000 | 1000000 | 0 | 10111 | 1000101 | 10011 | 101000 | 111100 | 110101 |
Color Harmonies of #CFA040
Complementary color
Monochromatic Colors of #CFA040
Black with #CFA040
Text Example
Text Example
White with #CFA040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA040; }
p { color: rgb(207,160,64); }
H1.HeaderClassName
{
color: #CFA040;
}
.AnyTagClassName
{
color: #CFA040;
}
</style>
background-color css
<style>
a { background-color: #CFA040; }
a { background-color: rgb(207,160,64); }
div.DivClassName
{
background-color: #CFA040;
}
.BgClassName
{
background-color: #CFA040;
}
</style>
border-color css
<style>
span { border-color: #CFA040; }
span { border-color: rgb(207,160,64); }
td.TdClassName
{
border-color: #CFA040;
}
.TagClassName
{
border-color: #CFA040;
}
</style>