Shades of Metallic Gold #CFA542
Tints of Metallic Gold #CFA542
RGB
CMYK
RGB Variations
Color information
#CFA542 (or 0xCFA542) is known color: Metallic Gold. HEX triplet: CF, A5 and 42. RGB value is (207,165,66). Sum of RGB (Red+Green+Blue) = 207+165+66=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA542 is #305ABD. Grayscale: #A6A6A6. Windows color (decimal): -3168958 or 4367823. OLE color: 4367823.
HSL color Cylindrical-coordinate representation of color #CFA542: hue angle of 42.13º 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 #CFA542 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 66 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.19 |
| HSL | 42.13º | 0.59% | 0.54% | - |
| HSV(B) | 42.13º | 0.68% | 0.81% | - |
| XYZ | 40.17 | 40.57 | 10.87 | - |
| YUV | 166.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 66 | 0 | 0.20 | 0.68 | 0.19 | 42.13 | 0.59 | 0.54 |
| Hex | CF | A5 | 42 | 0 | 14 | 44 | 13 | 2A | 3B | 36 |
| Octal | 317 | 245 | 102 | 0 | 24 | 104 | 23 | 52 | 73 | 66 |
| Binary | 11001111 | 10100101 | 1000010 | 0 | 10100 | 1000100 | 10011 | 101010 | 111011 | 110110 |
Color Harmonies of #CFA542
Complementary color
Monochromatic Colors of #CFA542
Black with #CFA542
Text Example
Text Example
White with #CFA542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA542; }
p { color: rgb(207,165,66); }
H1.HeaderClassName
{
color: #CFA542;
}
.AnyTagClassName
{
color: #CFA542;
}
</style>
background-color css
<style>
a { background-color: #CFA542; }
a { background-color: rgb(207,165,66); }
div.DivClassName
{
background-color: #CFA542;
}
.BgClassName
{
background-color: #CFA542;
}
</style>
border-color css
<style>
span { border-color: #CFA542; }
span { border-color: rgb(207,165,66); }
td.TdClassName
{
border-color: #CFA542;
}
.TagClassName
{
border-color: #CFA542;
}
</style>