Shades of Metallic Gold #CEA037
Tints of Metallic Gold #CEA037
RGB
CMYK
RGB Variations
Color information
#CEA037 (or 0xCEA037) is known color: Metallic Gold. HEX triplet: CE, A0 and 37. RGB value is (206,160,55). Sum of RGB (Red+Green+Blue) = 206+160+55=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA037 is #315FC8. Grayscale: #A2A2A2. Windows color (decimal): -3235785 or 3645646. OLE color: 3645646.
HSL color Cylindrical-coordinate representation of color #CEA037: hue angle of 41.72º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEA037 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 55 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.19 |
| HSL | 41.72º | 0.61% | 0.51% | - |
| HSV(B) | 41.72º | 0.73% | 0.81% | - |
| XYZ | 38.71 | 38.54 | 9.01 | - |
| YUV | 161.78 | 67.74 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 55 | 0 | 0.22 | 0.73 | 0.19 | 41.72 | 0.61 | 0.51 |
| Hex | CE | A0 | 37 | 0 | 16 | 49 | 13 | 2A | 3D | 33 |
| Octal | 316 | 240 | 67 | 0 | 26 | 111 | 23 | 52 | 75 | 63 |
| Binary | 11001110 | 10100000 | 110111 | 0 | 10110 | 1001001 | 10011 | 101010 | 111101 | 110011 |
Color Harmonies of #CEA037
Complementary color
Monochromatic Colors of #CEA037
Black with #CEA037
Text Example
Text Example
White with #CEA037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA037; }
p { color: rgb(206,160,55); }
H1.HeaderClassName
{
color: #CEA037;
}
.AnyTagClassName
{
color: #CEA037;
}
</style>
background-color css
<style>
a { background-color: #CEA037; }
a { background-color: rgb(206,160,55); }
div.DivClassName
{
background-color: #CEA037;
}
.BgClassName
{
background-color: #CEA037;
}
</style>
border-color css
<style>
span { border-color: #CEA037; }
span { border-color: rgb(206,160,55); }
td.TdClassName
{
border-color: #CEA037;
}
.TagClassName
{
border-color: #CEA037;
}
</style>