Shades of Metallic Gold #CEA732
Tints of Metallic Gold #CEA732
RGB
CMYK
RGB Variations
Color information
#CEA732 (or 0xCEA732) is known color: Metallic Gold. HEX triplet: CE, A7 and 32. RGB value is (206,167,50). Sum of RGB (Red+Green+Blue) = 206+167+50=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA732 is #3158CD. Grayscale: #A5A5A5. Windows color (decimal): -3233998 or 3319758. OLE color: 3319758.
HSL color Cylindrical-coordinate representation of color #CEA732: hue angle of 45º 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 #CEA732 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 50 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.19 |
| HSL | 45º | 0.61% | 0.5% | - |
| HSV(B) | 45º | 0.76% | 0.81% | - |
| XYZ | 39.85 | 40.99 | 8.83 | - |
| YUV | 165.32 | 62.92 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 50 | 0 | 0.19 | 0.76 | 0.19 | 45 | 0.61 | 0.5 |
| Hex | CE | A7 | 32 | 0 | 13 | 4C | 13 | 2D | 3D | 32 |
| Octal | 316 | 247 | 62 | 0 | 23 | 114 | 23 | 55 | 75 | 62 |
| Binary | 11001110 | 10100111 | 110010 | 0 | 10011 | 1001100 | 10011 | 101101 | 111101 | 110010 |
Color Harmonies of #CEA732
Complementary color
Monochromatic Colors of #CEA732
Black with #CEA732
Text Example
Text Example
White with #CEA732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA732; }
p { color: rgb(206,167,50); }
H1.HeaderClassName
{
color: #CEA732;
}
.AnyTagClassName
{
color: #CEA732;
}
</style>
background-color css
<style>
a { background-color: #CEA732; }
a { background-color: rgb(206,167,50); }
div.DivClassName
{
background-color: #CEA732;
}
.BgClassName
{
background-color: #CEA732;
}
</style>
border-color css
<style>
span { border-color: #CEA732; }
span { border-color: rgb(206,167,50); }
td.TdClassName
{
border-color: #CEA732;
}
.TagClassName
{
border-color: #CEA732;
}
</style>