Shades of Metallic Gold #CFA035
Tints of Metallic Gold #CFA035
RGB
CMYK
RGB Variations
Color information
#CFA035 (or 0xCFA035) is known color: Metallic Gold. HEX triplet: CF, A0 and 35. RGB value is (207,160,53). Sum of RGB (Red+Green+Blue) = 207+160+53=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA035 is #305FCA. Grayscale: #A2A2A2. Windows color (decimal): -3170251 or 3514575. OLE color: 3514575.
HSL color Cylindrical-coordinate representation of color #CFA035: hue angle of 41.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFA035 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 53 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.19 |
| HSL | 41.69º | 0.62% | 0.51% | - |
| HSV(B) | 41.69º | 0.74% | 0.81% | - |
| XYZ | 38.95 | 38.66 | 8.78 | - |
| YUV | 161.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 53 | 0 | 0.23 | 0.74 | 0.19 | 41.69 | 0.62 | 0.51 |
| Hex | CF | A0 | 35 | 0 | 17 | 4A | 13 | 2A | 3E | 33 |
| Octal | 317 | 240 | 65 | 0 | 27 | 112 | 23 | 52 | 76 | 63 |
| Binary | 11001111 | 10100000 | 110101 | 0 | 10111 | 1001010 | 10011 | 101010 | 111110 | 110011 |
Color Harmonies of #CFA035
Complementary color
Monochromatic Colors of #CFA035
Black with #CFA035
Text Example
Text Example
White with #CFA035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA035; }
p { color: rgb(207,160,53); }
H1.HeaderClassName
{
color: #CFA035;
}
.AnyTagClassName
{
color: #CFA035;
}
</style>
background-color css
<style>
a { background-color: #CFA035; }
a { background-color: rgb(207,160,53); }
div.DivClassName
{
background-color: #CFA035;
}
.BgClassName
{
background-color: #CFA035;
}
</style>
border-color css
<style>
span { border-color: #CFA035; }
span { border-color: rgb(207,160,53); }
td.TdClassName
{
border-color: #CFA035;
}
.TagClassName
{
border-color: #CFA035;
}
</style>