Shades of Metallic Gold #CFA034
Tints of Metallic Gold #CFA034
RGB
CMYK
RGB Variations
Color information
#CFA034 (or 0xCFA034) is known color: Metallic Gold. HEX triplet: CF, A0 and 34. RGB value is (207,160,52). Sum of RGB (Red+Green+Blue) = 207+160+52=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA034 is #305FCB. Grayscale: #A2A2A2. Windows color (decimal): -3170252 or 3449039. OLE color: 3449039.
HSL color Cylindrical-coordinate representation of color #CFA034: hue angle of 41.81º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFA034 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 52 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.19 |
| HSL | 41.81º | 0.62% | 0.51% | - |
| HSV(B) | 41.81º | 0.75% | 0.81% | - |
| XYZ | 38.92 | 38.65 | 8.66 | - |
| YUV | 161.74 | 66.07 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 52 | 0 | 0.23 | 0.75 | 0.19 | 41.81 | 0.62 | 0.51 |
| Hex | CF | A0 | 34 | 0 | 17 | 4B | 13 | 2A | 3E | 33 |
| Octal | 317 | 240 | 64 | 0 | 27 | 113 | 23 | 52 | 76 | 63 |
| Binary | 11001111 | 10100000 | 110100 | 0 | 10111 | 1001011 | 10011 | 101010 | 111110 | 110011 |
Color Harmonies of #CFA034
Complementary color
Monochromatic Colors of #CFA034
Black with #CFA034
Text Example
Text Example
White with #CFA034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA034; }
p { color: rgb(207,160,52); }
H1.HeaderClassName
{
color: #CFA034;
}
.AnyTagClassName
{
color: #CFA034;
}
</style>
background-color css
<style>
a { background-color: #CFA034; }
a { background-color: rgb(207,160,52); }
div.DivClassName
{
background-color: #CFA034;
}
.BgClassName
{
background-color: #CFA034;
}
</style>
border-color css
<style>
span { border-color: #CFA034; }
span { border-color: rgb(207,160,52); }
td.TdClassName
{
border-color: #CFA034;
}
.TagClassName
{
border-color: #CFA034;
}
</style>