Shades of Metallic Gold #CFA039
Tints of Metallic Gold #CFA039
RGB
CMYK
RGB Variations
Color information
#CFA039 (or 0xCFA039) is known color: Metallic Gold. HEX triplet: CF, A0 and 39. RGB value is (207,160,57). Sum of RGB (Red+Green+Blue) = 207+160+57=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA039 is #305FC6. Grayscale: #A2A2A2. Windows color (decimal): -3170247 or 3776719. OLE color: 3776719.
HSL color Cylindrical-coordinate representation of color #CFA039: hue angle of 41.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFA039 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 57 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.19 |
| HSL | 41.2º | 0.61% | 0.52% | - |
| HSV(B) | 41.2º | 0.72% | 0.81% | - |
| XYZ | 39.04 | 38.7 | 9.28 | - |
| YUV | 162.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 57 | 0 | 0.23 | 0.72 | 0.19 | 41.2 | 0.61 | 0.52 |
| Hex | CF | A0 | 39 | 0 | 17 | 48 | 13 | 29 | 3D | 34 |
| Octal | 317 | 240 | 71 | 0 | 27 | 110 | 23 | 51 | 75 | 64 |
| Binary | 11001111 | 10100000 | 111001 | 0 | 10111 | 1001000 | 10011 | 101001 | 111101 | 110100 |
Color Harmonies of #CFA039
Complementary color
Monochromatic Colors of #CFA039
Black with #CFA039
Text Example
Text Example
White with #CFA039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA039; }
p { color: rgb(207,160,57); }
H1.HeaderClassName
{
color: #CFA039;
}
.AnyTagClassName
{
color: #CFA039;
}
</style>
background-color css
<style>
a { background-color: #CFA039; }
a { background-color: rgb(207,160,57); }
div.DivClassName
{
background-color: #CFA039;
}
.BgClassName
{
background-color: #CFA039;
}
</style>
border-color css
<style>
span { border-color: #CFA039; }
span { border-color: rgb(207,160,57); }
td.TdClassName
{
border-color: #CFA039;
}
.TagClassName
{
border-color: #CFA039;
}
</style>