Shades of Metallic Gold #CFA642
Tints of Metallic Gold #CFA642
RGB
CMYK
RGB Variations
Color information
#CFA642 (or 0xCFA642) is known color: Metallic Gold. HEX triplet: CF, A6 and 42. RGB value is (207,166,66). Sum of RGB (Red+Green+Blue) = 207+166+66=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA642 is #3059BD. Grayscale: #A7A7A7. Windows color (decimal): -3168702 or 4368079. OLE color: 4368079.
HSL color Cylindrical-coordinate representation of color #CFA642: hue angle of 42.55º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFA642 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 66 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.19 |
| HSL | 42.55º | 0.59% | 0.54% | - |
| HSV(B) | 42.55º | 0.68% | 0.81% | - |
| XYZ | 40.35 | 40.93 | 10.93 | - |
| YUV | 166.86 | 71.08 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 66 | 0 | 0.20 | 0.68 | 0.19 | 42.55 | 0.59 | 0.54 |
| Hex | CF | A6 | 42 | 0 | 14 | 44 | 13 | 2B | 3B | 36 |
| Octal | 317 | 246 | 102 | 0 | 24 | 104 | 23 | 53 | 73 | 66 |
| Binary | 11001111 | 10100110 | 1000010 | 0 | 10100 | 1000100 | 10011 | 101011 | 111011 | 110110 |
Color Harmonies of #CFA642
Complementary color
Monochromatic Colors of #CFA642
Black with #CFA642
Text Example
Text Example
White with #CFA642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA642; }
p { color: rgb(207,166,66); }
H1.HeaderClassName
{
color: #CFA642;
}
.AnyTagClassName
{
color: #CFA642;
}
</style>
background-color css
<style>
a { background-color: #CFA642; }
a { background-color: rgb(207,166,66); }
div.DivClassName
{
background-color: #CFA642;
}
.BgClassName
{
background-color: #CFA642;
}
</style>
border-color css
<style>
span { border-color: #CFA642; }
span { border-color: rgb(207,166,66); }
td.TdClassName
{
border-color: #CFA642;
}
.TagClassName
{
border-color: #CFA642;
}
</style>