Shades of Metallic Gold #CFAE3E
Tints of Metallic Gold #CFAE3E
RGB
CMYK
RGB Variations
Color information
#CFAE3E (or 0xCFAE3E) is known color: Metallic Gold. HEX triplet: CF, AE and 3E. RGB value is (207,174,62). Sum of RGB (Red+Green+Blue) = 207+174+62=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE3E is #3051C1. Grayscale: #ABABAB. Windows color (decimal): -3166658 or 4107983. OLE color: 4107983.
HSL color Cylindrical-coordinate representation of color #CFAE3E: hue angle of 46.34º 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 #CFAE3E is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 62 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.19 |
| HSL | 46.34º | 0.6% | 0.53% | - |
| HSV(B) | 46.34º | 0.7% | 0.81% | - |
| XYZ | 41.74 | 43.89 | 10.83 | - |
| YUV | 171.1 | 66.43 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 62 | 0 | 0.16 | 0.70 | 0.19 | 46.34 | 0.6 | 0.53 |
| Hex | CF | AE | 3E | 0 | 10 | 46 | 13 | 2E | 3C | 35 |
| Octal | 317 | 256 | 76 | 0 | 20 | 106 | 23 | 56 | 74 | 65 |
| Binary | 11001111 | 10101110 | 111110 | 0 | 10000 | 1000110 | 10011 | 101110 | 111100 | 110101 |
Color Harmonies of #CFAE3E
Complementary color
Monochromatic Colors of #CFAE3E
Black with #CFAE3E
Text Example
Text Example
White with #CFAE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE3E; }
p { color: rgb(207,174,62); }
H1.HeaderClassName
{
color: #CFAE3E;
}
.AnyTagClassName
{
color: #CFAE3E;
}
</style>
background-color css
<style>
a { background-color: #CFAE3E; }
a { background-color: rgb(207,174,62); }
div.DivClassName
{
background-color: #CFAE3E;
}
.BgClassName
{
background-color: #CFAE3E;
}
</style>
border-color css
<style>
span { border-color: #CFAE3E; }
span { border-color: rgb(207,174,62); }
td.TdClassName
{
border-color: #CFAE3E;
}
.TagClassName
{
border-color: #CFAE3E;
}
</style>