Shades of Metallic Gold #CFAD3E
Tints of Metallic Gold #CFAD3E
RGB
CMYK
RGB Variations
Color information
#CFAD3E (or 0xCFAD3E) is known color: Metallic Gold. HEX triplet: CF, AD and 3E. RGB value is (207,173,62). Sum of RGB (Red+Green+Blue) = 207+173+62=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD3E is #3052C1. Grayscale: #AAAAAA. Windows color (decimal): -3166914 or 4107727. OLE color: 4107727.
HSL color Cylindrical-coordinate representation of color #CFAD3E: hue angle of 45.93º 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 #CFAD3E is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 62 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.19 |
| HSL | 45.93º | 0.6% | 0.53% | - |
| HSV(B) | 45.93º | 0.7% | 0.81% | - |
| XYZ | 41.55 | 43.5 | 10.76 | - |
| YUV | 170.51 | 66.76 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 62 | 0 | 0.16 | 0.70 | 0.19 | 45.93 | 0.6 | 0.53 |
| Hex | CF | AD | 3E | 0 | 10 | 46 | 13 | 2E | 3C | 35 |
| Octal | 317 | 255 | 76 | 0 | 20 | 106 | 23 | 56 | 74 | 65 |
| Binary | 11001111 | 10101101 | 111110 | 0 | 10000 | 1000110 | 10011 | 101110 | 111100 | 110101 |
Color Harmonies of #CFAD3E
Complementary color
Monochromatic Colors of #CFAD3E
Black with #CFAD3E
Text Example
Text Example
White with #CFAD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD3E; }
p { color: rgb(207,173,62); }
H1.HeaderClassName
{
color: #CFAD3E;
}
.AnyTagClassName
{
color: #CFAD3E;
}
</style>
background-color css
<style>
a { background-color: #CFAD3E; }
a { background-color: rgb(207,173,62); }
div.DivClassName
{
background-color: #CFAD3E;
}
.BgClassName
{
background-color: #CFAD3E;
}
</style>
border-color css
<style>
span { border-color: #CFAD3E; }
span { border-color: rgb(207,173,62); }
td.TdClassName
{
border-color: #CFAD3E;
}
.TagClassName
{
border-color: #CFAD3E;
}
</style>