Shades of Metallic Gold #CFA942
Tints of Metallic Gold #CFA942
RGB
CMYK
RGB Variations
Color information
#CFA942 (or 0xCFA942) is known color: Metallic Gold. HEX triplet: CF, A9 and 42. RGB value is (207,169,66). Sum of RGB (Red+Green+Blue) = 207+169+66=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA942 is #3056BD. Grayscale: #A9A9A9. Windows color (decimal): -3167934 or 4368847. OLE color: 4368847.
HSL color Cylindrical-coordinate representation of color #CFA942: hue angle of 43.83º 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 #CFA942 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 66 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.19 |
| HSL | 43.83º | 0.59% | 0.54% | - |
| HSV(B) | 43.83º | 0.68% | 0.81% | - |
| XYZ | 40.9 | 42.03 | 11.11 | - |
| YUV | 168.62 | 70.09 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 66 | 0 | 0.18 | 0.68 | 0.19 | 43.83 | 0.59 | 0.54 |
| Hex | CF | A9 | 42 | 0 | 12 | 44 | 13 | 2C | 3B | 36 |
| Octal | 317 | 251 | 102 | 0 | 22 | 104 | 23 | 54 | 73 | 66 |
| Binary | 11001111 | 10101001 | 1000010 | 0 | 10010 | 1000100 | 10011 | 101100 | 111011 | 110110 |
Color Harmonies of #CFA942
Complementary color
Monochromatic Colors of #CFA942
Black with #CFA942
Text Example
Text Example
White with #CFA942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA942; }
p { color: rgb(207,169,66); }
H1.HeaderClassName
{
color: #CFA942;
}
.AnyTagClassName
{
color: #CFA942;
}
</style>
background-color css
<style>
a { background-color: #CFA942; }
a { background-color: rgb(207,169,66); }
div.DivClassName
{
background-color: #CFA942;
}
.BgClassName
{
background-color: #CFA942;
}
</style>
border-color css
<style>
span { border-color: #CFA942; }
span { border-color: rgb(207,169,66); }
td.TdClassName
{
border-color: #CFA942;
}
.TagClassName
{
border-color: #CFA942;
}
</style>