Shades of Metallic Gold #CEA039
Tints of Metallic Gold #CEA039
RGB
CMYK
RGB Variations
Color information
#CEA039 (or 0xCEA039) is known color: Metallic Gold. HEX triplet: CE, A0 and 39. RGB value is (206,160,57). Sum of RGB (Red+Green+Blue) = 206+160+57=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA039 is #315FC6. Grayscale: #A2A2A2. Windows color (decimal): -3235783 or 3776718. OLE color: 3776718.
HSL color Cylindrical-coordinate representation of color #CEA039: hue angle of 41.48º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEA039 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 57 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.19 |
| HSL | 41.48º | 0.6% | 0.52% | - |
| HSV(B) | 41.48º | 0.72% | 0.81% | - |
| XYZ | 38.76 | 38.56 | 9.27 | - |
| YUV | 162.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 57 | 0 | 0.22 | 0.72 | 0.19 | 41.48 | 0.6 | 0.52 |
| Hex | CE | A0 | 39 | 0 | 16 | 48 | 13 | 29 | 3C | 34 |
| Octal | 316 | 240 | 71 | 0 | 26 | 110 | 23 | 51 | 74 | 64 |
| Binary | 11001110 | 10100000 | 111001 | 0 | 10110 | 1001000 | 10011 | 101001 | 111100 | 110100 |
Color Harmonies of #CEA039
Complementary color
Monochromatic Colors of #CEA039
Black with #CEA039
Text Example
Text Example
White with #CEA039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA039; }
p { color: rgb(206,160,57); }
H1.HeaderClassName
{
color: #CEA039;
}
.AnyTagClassName
{
color: #CEA039;
}
</style>
background-color css
<style>
a { background-color: #CEA039; }
a { background-color: rgb(206,160,57); }
div.DivClassName
{
background-color: #CEA039;
}
.BgClassName
{
background-color: #CEA039;
}
</style>
border-color css
<style>
span { border-color: #CEA039; }
span { border-color: rgb(206,160,57); }
td.TdClassName
{
border-color: #CEA039;
}
.TagClassName
{
border-color: #CEA039;
}
</style>