Shades of Metallic Gold #CEA231
Tints of Metallic Gold #CEA231
RGB
CMYK
RGB Variations
Color information
#CEA231 (or 0xCEA231) is known color: Metallic Gold. HEX triplet: CE, A2 and 31. RGB value is (206,162,49). Sum of RGB (Red+Green+Blue) = 206+162+49=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA231 is #315DCE. Grayscale: #A2A2A2. Windows color (decimal): -3235279 or 3252942. OLE color: 3252942.
HSL color Cylindrical-coordinate representation of color #CEA231: hue angle of 43.18º degrees, saturation: 0.62, 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 #CEA231 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 49 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.19 |
| HSL | 43.18º | 0.62% | 0.5% | - |
| HSV(B) | 43.18º | 0.76% | 0.81% | - |
| XYZ | 38.93 | 39.18 | 8.42 | - |
| YUV | 162.27 | 64.08 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 49 | 0 | 0.21 | 0.76 | 0.19 | 43.18 | 0.62 | 0.5 |
| Hex | CE | A2 | 31 | 0 | 15 | 4C | 13 | 2B | 3E | 32 |
| Octal | 316 | 242 | 61 | 0 | 25 | 114 | 23 | 53 | 76 | 62 |
| Binary | 11001110 | 10100010 | 110001 | 0 | 10101 | 1001100 | 10011 | 101011 | 111110 | 110010 |
Color Harmonies of #CEA231
Complementary color
Monochromatic Colors of #CEA231
Black with #CEA231
Text Example
Text Example
White with #CEA231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA231; }
p { color: rgb(206,162,49); }
H1.HeaderClassName
{
color: #CEA231;
}
.AnyTagClassName
{
color: #CEA231;
}
</style>
background-color css
<style>
a { background-color: #CEA231; }
a { background-color: rgb(206,162,49); }
div.DivClassName
{
background-color: #CEA231;
}
.BgClassName
{
background-color: #CEA231;
}
</style>
border-color css
<style>
span { border-color: #CEA231; }
span { border-color: rgb(206,162,49); }
td.TdClassName
{
border-color: #CEA231;
}
.TagClassName
{
border-color: #CEA231;
}
</style>