Shades of Metallic Gold #CEA040
Tints of Metallic Gold #CEA040
RGB
CMYK
RGB Variations
Color information
#CEA040 (or 0xCEA040) is known color: Metallic Gold. HEX triplet: CE, A0 and 40. RGB value is (206,160,64). Sum of RGB (Red+Green+Blue) = 206+160+64=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA040 is #315FBF. Grayscale: #A3A3A3. Windows color (decimal): -3235776 or 4235470. OLE color: 4235470.
HSL color Cylindrical-coordinate representation of color #CEA040: hue angle of 40.56º degrees, saturation: 0.59, 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 #CEA040 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 64 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.19 |
| HSL | 40.56º | 0.59% | 0.53% | - |
| HSV(B) | 40.56º | 0.69% | 0.81% | - |
| XYZ | 38.95 | 38.63 | 10.25 | - |
| YUV | 162.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 64 | 0 | 0.22 | 0.69 | 0.19 | 40.56 | 0.59 | 0.53 |
| Hex | CE | A0 | 40 | 0 | 16 | 45 | 13 | 29 | 3B | 35 |
| Octal | 316 | 240 | 100 | 0 | 26 | 105 | 23 | 51 | 73 | 65 |
| Binary | 11001110 | 10100000 | 1000000 | 0 | 10110 | 1000101 | 10011 | 101001 | 111011 | 110101 |
Color Harmonies of #CEA040
Complementary color
Monochromatic Colors of #CEA040
Black with #CEA040
Text Example
Text Example
White with #CEA040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA040; }
p { color: rgb(206,160,64); }
H1.HeaderClassName
{
color: #CEA040;
}
.AnyTagClassName
{
color: #CEA040;
}
</style>
background-color css
<style>
a { background-color: #CEA040; }
a { background-color: rgb(206,160,64); }
div.DivClassName
{
background-color: #CEA040;
}
.BgClassName
{
background-color: #CEA040;
}
</style>
border-color css
<style>
span { border-color: #CEA040; }
span { border-color: rgb(206,160,64); }
td.TdClassName
{
border-color: #CEA040;
}
.TagClassName
{
border-color: #CEA040;
}
</style>