Shades of Metallic Gold #CEA032
Tints of Metallic Gold #CEA032
RGB
CMYK
RGB Variations
Color information
#CEA032 (or 0xCEA032) is known color: Metallic Gold. HEX triplet: CE, A0 and 32. RGB value is (206,160,50). Sum of RGB (Red+Green+Blue) = 206+160+50=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA032 is #315FCD. Grayscale: #A1A1A1. Windows color (decimal): -3235790 or 3317966. OLE color: 3317966.
HSL color Cylindrical-coordinate representation of color #CEA032: hue angle of 42.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEA032 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 50 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.19 |
| HSL | 42.31º | 0.61% | 0.5% | - |
| HSV(B) | 42.31º | 0.76% | 0.81% | - |
| XYZ | 38.6 | 38.49 | 8.41 | - |
| YUV | 161.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 50 | 0 | 0.22 | 0.76 | 0.19 | 42.31 | 0.61 | 0.5 |
| Hex | CE | A0 | 32 | 0 | 16 | 4C | 13 | 2A | 3D | 32 |
| Octal | 316 | 240 | 62 | 0 | 26 | 114 | 23 | 52 | 75 | 62 |
| Binary | 11001110 | 10100000 | 110010 | 0 | 10110 | 1001100 | 10011 | 101010 | 111101 | 110010 |
Color Harmonies of #CEA032
Complementary color
Monochromatic Colors of #CEA032
Black with #CEA032
Text Example
Text Example
White with #CEA032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA032; }
p { color: rgb(206,160,50); }
H1.HeaderClassName
{
color: #CEA032;
}
.AnyTagClassName
{
color: #CEA032;
}
</style>
background-color css
<style>
a { background-color: #CEA032; }
a { background-color: rgb(206,160,50); }
div.DivClassName
{
background-color: #CEA032;
}
.BgClassName
{
background-color: #CEA032;
}
</style>
border-color css
<style>
span { border-color: #CEA032; }
span { border-color: rgb(206,160,50); }
td.TdClassName
{
border-color: #CEA032;
}
.TagClassName
{
border-color: #CEA032;
}
</style>