Shades of Metallic Gold #CEA932
Tints of Metallic Gold #CEA932
RGB
CMYK
RGB Variations
Color information
#CEA932 (or 0xCEA932) is known color: Metallic Gold. HEX triplet: CE, A9 and 32. RGB value is (206,169,50). Sum of RGB (Red+Green+Blue) = 206+169+50=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA932 is #3156CD. Grayscale: #A7A7A7. Windows color (decimal): -3233486 or 3320270. OLE color: 3320270.
HSL color Cylindrical-coordinate representation of color #CEA932: hue angle of 45.77º 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 #CEA932 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 50 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.19 |
| HSL | 45.77º | 0.61% | 0.5% | - |
| HSV(B) | 45.77º | 0.76% | 0.81% | - |
| XYZ | 40.22 | 41.73 | 8.95 | - |
| YUV | 166.5 | 62.26 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 50 | 0 | 0.18 | 0.76 | 0.19 | 45.77 | 0.61 | 0.5 |
| Hex | CE | A9 | 32 | 0 | 12 | 4C | 13 | 2E | 3D | 32 |
| Octal | 316 | 251 | 62 | 0 | 22 | 114 | 23 | 56 | 75 | 62 |
| Binary | 11001110 | 10101001 | 110010 | 0 | 10010 | 1001100 | 10011 | 101110 | 111101 | 110010 |
Color Harmonies of #CEA932
Complementary color
Monochromatic Colors of #CEA932
Black with #CEA932
Text Example
Text Example
White with #CEA932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA932; }
p { color: rgb(206,169,50); }
H1.HeaderClassName
{
color: #CEA932;
}
.AnyTagClassName
{
color: #CEA932;
}
</style>
background-color css
<style>
a { background-color: #CEA932; }
a { background-color: rgb(206,169,50); }
div.DivClassName
{
background-color: #CEA932;
}
.BgClassName
{
background-color: #CEA932;
}
</style>
border-color css
<style>
span { border-color: #CEA932; }
span { border-color: rgb(206,169,50); }
td.TdClassName
{
border-color: #CEA932;
}
.TagClassName
{
border-color: #CEA932;
}
</style>