Shades of Metallic Gold #CFA142
Tints of Metallic Gold #CFA142
RGB
CMYK
RGB Variations
Color information
#CFA142 (or 0xCFA142) is known color: Metallic Gold. HEX triplet: CF, A1 and 42. RGB value is (207,161,66). Sum of RGB (Red+Green+Blue) = 207+161+66=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA142 is #305EBD. Grayscale: #A4A4A4. Windows color (decimal): -3169982 or 4366799. OLE color: 4366799.
HSL color Cylindrical-coordinate representation of color #CFA142: hue angle of 40.43º 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 #CFA142 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 66 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.19 |
| HSL | 40.43º | 0.59% | 0.54% | - |
| HSV(B) | 40.43º | 0.68% | 0.81% | - |
| XYZ | 39.46 | 39.15 | 10.63 | - |
| YUV | 163.92 | 72.74 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 66 | 0 | 0.22 | 0.68 | 0.19 | 40.43 | 0.59 | 0.54 |
| Hex | CF | A1 | 42 | 0 | 16 | 44 | 13 | 28 | 3B | 36 |
| Octal | 317 | 241 | 102 | 0 | 26 | 104 | 23 | 50 | 73 | 66 |
| Binary | 11001111 | 10100001 | 1000010 | 0 | 10110 | 1000100 | 10011 | 101000 | 111011 | 110110 |
Color Harmonies of #CFA142
Complementary color
Monochromatic Colors of #CFA142
Black with #CFA142
Text Example
Text Example
White with #CFA142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA142; }
p { color: rgb(207,161,66); }
H1.HeaderClassName
{
color: #CFA142;
}
.AnyTagClassName
{
color: #CFA142;
}
</style>
background-color css
<style>
a { background-color: #CFA142; }
a { background-color: rgb(207,161,66); }
div.DivClassName
{
background-color: #CFA142;
}
.BgClassName
{
background-color: #CFA142;
}
</style>
border-color css
<style>
span { border-color: #CFA142; }
span { border-color: rgb(207,161,66); }
td.TdClassName
{
border-color: #CFA142;
}
.TagClassName
{
border-color: #CFA142;
}
</style>