Shades of Metallic Gold #CEA140
Tints of Metallic Gold #CEA140
RGB
CMYK
RGB Variations
Color information
#CEA140 (or 0xCEA140) is known color: Metallic Gold. HEX triplet: CE, A1 and 40. RGB value is (206,161,64). Sum of RGB (Red+Green+Blue) = 206+161+64=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA140 is #315EBF. Grayscale: #A3A3A3. Windows color (decimal): -3235520 or 4235726. OLE color: 4235726.
HSL color Cylindrical-coordinate representation of color #CEA140: hue angle of 40.99º 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 #CEA140 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 64 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.19 |
| HSL | 40.99º | 0.59% | 0.53% | - |
| HSV(B) | 40.99º | 0.69% | 0.81% | - |
| XYZ | 39.12 | 38.98 | 10.31 | - |
| YUV | 163.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 64 | 0 | 0.22 | 0.69 | 0.19 | 40.99 | 0.59 | 0.53 |
| Hex | CE | A1 | 40 | 0 | 16 | 45 | 13 | 29 | 3B | 35 |
| Octal | 316 | 241 | 100 | 0 | 26 | 105 | 23 | 51 | 73 | 65 |
| Binary | 11001110 | 10100001 | 1000000 | 0 | 10110 | 1000101 | 10011 | 101001 | 111011 | 110101 |
Color Harmonies of #CEA140
Complementary color
Monochromatic Colors of #CEA140
Black with #CEA140
Text Example
Text Example
White with #CEA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA140; }
p { color: rgb(206,161,64); }
H1.HeaderClassName
{
color: #CEA140;
}
.AnyTagClassName
{
color: #CEA140;
}
</style>
background-color css
<style>
a { background-color: #CEA140; }
a { background-color: rgb(206,161,64); }
div.DivClassName
{
background-color: #CEA140;
}
.BgClassName
{
background-color: #CEA140;
}
</style>
border-color css
<style>
span { border-color: #CEA140; }
span { border-color: rgb(206,161,64); }
td.TdClassName
{
border-color: #CEA140;
}
.TagClassName
{
border-color: #CEA140;
}
</style>