Shades of Metallic Gold #CFAC40
Tints of Metallic Gold #CFAC40
RGB
CMYK
RGB Variations
Color information
#CFAC40 (or 0xCFAC40) is known color: Metallic Gold. HEX triplet: CF, AC and 40. RGB value is (207,172,64). Sum of RGB (Red+Green+Blue) = 207+172+64=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC40 is #3053BF. Grayscale: #AAAAAA. Windows color (decimal): -3167168 or 4238543. OLE color: 4238543.
HSL color Cylindrical-coordinate representation of color #CFAC40: hue angle of 45.31º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFAC40 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 64 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.19 |
| HSL | 45.31º | 0.6% | 0.53% | - |
| HSV(B) | 45.31º | 0.69% | 0.81% | - |
| XYZ | 41.41 | 43.14 | 10.99 | - |
| YUV | 170.15 | 68.1 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 64 | 0 | 0.17 | 0.69 | 0.19 | 45.31 | 0.6 | 0.53 |
| Hex | CF | AC | 40 | 0 | 11 | 45 | 13 | 2D | 3C | 35 |
| Octal | 317 | 254 | 100 | 0 | 21 | 105 | 23 | 55 | 74 | 65 |
| Binary | 11001111 | 10101100 | 1000000 | 0 | 10001 | 1000101 | 10011 | 101101 | 111100 | 110101 |
Color Harmonies of #CFAC40
Complementary color
Monochromatic Colors of #CFAC40
Black with #CFAC40
Text Example
Text Example
White with #CFAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC40; }
p { color: rgb(207,172,64); }
H1.HeaderClassName
{
color: #CFAC40;
}
.AnyTagClassName
{
color: #CFAC40;
}
</style>
background-color css
<style>
a { background-color: #CFAC40; }
a { background-color: rgb(207,172,64); }
div.DivClassName
{
background-color: #CFAC40;
}
.BgClassName
{
background-color: #CFAC40;
}
</style>
border-color css
<style>
span { border-color: #CFAC40; }
span { border-color: rgb(207,172,64); }
td.TdClassName
{
border-color: #CFAC40;
}
.TagClassName
{
border-color: #CFAC40;
}
</style>