Shades of Metallic Gold #CFAC42
Tints of Metallic Gold #CFAC42
RGB
CMYK
RGB Variations
Color information
#CFAC42 (or 0xCFAC42) is known color: Metallic Gold. HEX triplet: CF, AC and 42. RGB value is (207,172,66). Sum of RGB (Red+Green+Blue) = 207+172+66=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC42 is #3053BD. Grayscale: #AAAAAA. Windows color (decimal): -3167166 or 4369615. OLE color: 4369615.
HSL color Cylindrical-coordinate representation of color #CFAC42: hue angle of 45.11º 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 #CFAC42 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 66 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.19 |
| HSL | 45.11º | 0.59% | 0.54% | - |
| HSV(B) | 45.11º | 0.68% | 0.81% | - |
| XYZ | 41.47 | 43.16 | 11.3 | - |
| YUV | 170.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 66 | 0 | 0.17 | 0.68 | 0.19 | 45.11 | 0.59 | 0.54 |
| Hex | CF | AC | 42 | 0 | 11 | 44 | 13 | 2D | 3B | 36 |
| Octal | 317 | 254 | 102 | 0 | 21 | 104 | 23 | 55 | 73 | 66 |
| Binary | 11001111 | 10101100 | 1000010 | 0 | 10001 | 1000100 | 10011 | 101101 | 111011 | 110110 |
Color Harmonies of #CFAC42
Complementary color
Monochromatic Colors of #CFAC42
Black with #CFAC42
Text Example
Text Example
White with #CFAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC42; }
p { color: rgb(207,172,66); }
H1.HeaderClassName
{
color: #CFAC42;
}
.AnyTagClassName
{
color: #CFAC42;
}
</style>
background-color css
<style>
a { background-color: #CFAC42; }
a { background-color: rgb(207,172,66); }
div.DivClassName
{
background-color: #CFAC42;
}
.BgClassName
{
background-color: #CFAC42;
}
</style>
border-color css
<style>
span { border-color: #CFAC42; }
span { border-color: rgb(207,172,66); }
td.TdClassName
{
border-color: #CFAC42;
}
.TagClassName
{
border-color: #CFAC42;
}
</style>