Shades of Metallic Gold #CFA935
Tints of Metallic Gold #CFA935
RGB
CMYK
RGB Variations
Color information
#CFA935 (or 0xCFA935) is known color: Metallic Gold. HEX triplet: CF, A9 and 35. RGB value is (207,169,53). Sum of RGB (Red+Green+Blue) = 207+169+53=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA935 is #3056CA. Grayscale: #A7A7A7. Windows color (decimal): -3167947 or 3516879. OLE color: 3516879.
HSL color Cylindrical-coordinate representation of color #CFA935: hue angle of 45.19º 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 #CFA935 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 53 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.19 |
| HSL | 45.19º | 0.62% | 0.51% | - |
| HSV(B) | 45.19º | 0.74% | 0.81% | - |
| XYZ | 40.56 | 41.9 | 9.32 | - |
| YUV | 167.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 53 | 0 | 0.18 | 0.74 | 0.19 | 45.19 | 0.62 | 0.51 |
| Hex | CF | A9 | 35 | 0 | 12 | 4A | 13 | 2D | 3E | 33 |
| Octal | 317 | 251 | 65 | 0 | 22 | 112 | 23 | 55 | 76 | 63 |
| Binary | 11001111 | 10101001 | 110101 | 0 | 10010 | 1001010 | 10011 | 101101 | 111110 | 110011 |
Color Harmonies of #CFA935
Complementary color
Monochromatic Colors of #CFA935
Black with #CFA935
Text Example
Text Example
White with #CFA935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA935; }
p { color: rgb(207,169,53); }
H1.HeaderClassName
{
color: #CFA935;
}
.AnyTagClassName
{
color: #CFA935;
}
</style>
background-color css
<style>
a { background-color: #CFA935; }
a { background-color: rgb(207,169,53); }
div.DivClassName
{
background-color: #CFA935;
}
.BgClassName
{
background-color: #CFA935;
}
</style>
border-color css
<style>
span { border-color: #CFA935; }
span { border-color: rgb(207,169,53); }
td.TdClassName
{
border-color: #CFA935;
}
.TagClassName
{
border-color: #CFA935;
}
</style>