Shades of Metallic Gold #CEA332
Tints of Metallic Gold #CEA332
RGB
CMYK
RGB Variations
Color information
#CEA332 (or 0xCEA332) is known color: Metallic Gold. HEX triplet: CE, A3 and 32. RGB value is (206,163,50). Sum of RGB (Red+Green+Blue) = 206+163+50=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA332 is #315CCD. Grayscale: #A3A3A3. Windows color (decimal): -3235022 or 3318734. OLE color: 3318734.
HSL color Cylindrical-coordinate representation of color #CEA332: hue angle of 43.46º 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 #CEA332 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 50 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.19 |
| HSL | 43.46º | 0.61% | 0.5% | - |
| HSV(B) | 43.46º | 0.76% | 0.81% | - |
| XYZ | 39.13 | 39.55 | 8.59 | - |
| YUV | 162.98 | 64.25 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 50 | 0 | 0.21 | 0.76 | 0.19 | 43.46 | 0.61 | 0.5 |
| Hex | CE | A3 | 32 | 0 | 15 | 4C | 13 | 2B | 3D | 32 |
| Octal | 316 | 243 | 62 | 0 | 25 | 114 | 23 | 53 | 75 | 62 |
| Binary | 11001110 | 10100011 | 110010 | 0 | 10101 | 1001100 | 10011 | 101011 | 111101 | 110010 |
Color Harmonies of #CEA332
Complementary color
Monochromatic Colors of #CEA332
Black with #CEA332
Text Example
Text Example
White with #CEA332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA332; }
p { color: rgb(206,163,50); }
H1.HeaderClassName
{
color: #CEA332;
}
.AnyTagClassName
{
color: #CEA332;
}
</style>
background-color css
<style>
a { background-color: #CEA332; }
a { background-color: rgb(206,163,50); }
div.DivClassName
{
background-color: #CEA332;
}
.BgClassName
{
background-color: #CEA332;
}
</style>
border-color css
<style>
span { border-color: #CEA332; }
span { border-color: rgb(206,163,50); }
td.TdClassName
{
border-color: #CEA332;
}
.TagClassName
{
border-color: #CEA332;
}
</style>