Shades of Metallic Gold #CFAC3E
Tints of Metallic Gold #CFAC3E
RGB
CMYK
RGB Variations
Color information
#CFAC3E (or 0xCFAC3E) is known color: Metallic Gold. HEX triplet: CF, AC and 3E. RGB value is (207,172,62). Sum of RGB (Red+Green+Blue) = 207+172+62=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC3E is #3053C1. Grayscale: #AAAAAA. Windows color (decimal): -3167170 or 4107471. OLE color: 4107471.
HSL color Cylindrical-coordinate representation of color #CFAC3E: hue angle of 45.52º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFAC3E is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 62 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.19 |
| HSL | 45.52º | 0.6% | 0.53% | - |
| HSV(B) | 45.52º | 0.7% | 0.81% | - |
| XYZ | 41.35 | 43.12 | 10.7 | - |
| YUV | 169.93 | 67.1 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 62 | 0 | 0.17 | 0.70 | 0.19 | 45.52 | 0.6 | 0.53 |
| Hex | CF | AC | 3E | 0 | 11 | 46 | 13 | 2E | 3C | 35 |
| Octal | 317 | 254 | 76 | 0 | 21 | 106 | 23 | 56 | 74 | 65 |
| Binary | 11001111 | 10101100 | 111110 | 0 | 10001 | 1000110 | 10011 | 101110 | 111100 | 110101 |
Color Harmonies of #CFAC3E
Complementary color
Monochromatic Colors of #CFAC3E
Black with #CFAC3E
Text Example
Text Example
White with #CFAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC3E; }
p { color: rgb(207,172,62); }
H1.HeaderClassName
{
color: #CFAC3E;
}
.AnyTagClassName
{
color: #CFAC3E;
}
</style>
background-color css
<style>
a { background-color: #CFAC3E; }
a { background-color: rgb(207,172,62); }
div.DivClassName
{
background-color: #CFAC3E;
}
.BgClassName
{
background-color: #CFAC3E;
}
</style>
border-color css
<style>
span { border-color: #CFAC3E; }
span { border-color: rgb(207,172,62); }
td.TdClassName
{
border-color: #CFAC3E;
}
.TagClassName
{
border-color: #CFAC3E;
}
</style>