Shades of Metallic Gold #CEA931
Tints of Metallic Gold #CEA931
RGB
CMYK
RGB Variations
Color information
#CEA931 (or 0xCEA931) is known color: Metallic Gold. HEX triplet: CE, A9 and 31. RGB value is (206,169,49). Sum of RGB (Red+Green+Blue) = 206+169+49=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA931 is #3156CE. Grayscale: #A6A6A6. Windows color (decimal): -3233487 or 3254734. OLE color: 3254734.
HSL color Cylindrical-coordinate representation of color #CEA931: hue angle of 45.86º 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 #CEA931 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 49 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.19 |
| HSL | 45.86º | 0.62% | 0.5% | - |
| HSV(B) | 45.86º | 0.76% | 0.81% | - |
| XYZ | 40.2 | 41.72 | 8.84 | - |
| YUV | 166.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 49 | 0 | 0.18 | 0.76 | 0.19 | 45.86 | 0.62 | 0.5 |
| Hex | CE | A9 | 31 | 0 | 12 | 4C | 13 | 2E | 3E | 32 |
| Octal | 316 | 251 | 61 | 0 | 22 | 114 | 23 | 56 | 76 | 62 |
| Binary | 11001110 | 10101001 | 110001 | 0 | 10010 | 1001100 | 10011 | 101110 | 111110 | 110010 |
Color Harmonies of #CEA931
Complementary color
Monochromatic Colors of #CEA931
Black with #CEA931
Text Example
Text Example
White with #CEA931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA931; }
p { color: rgb(206,169,49); }
H1.HeaderClassName
{
color: #CEA931;
}
.AnyTagClassName
{
color: #CEA931;
}
</style>
background-color css
<style>
a { background-color: #CEA931; }
a { background-color: rgb(206,169,49); }
div.DivClassName
{
background-color: #CEA931;
}
.BgClassName
{
background-color: #CEA931;
}
</style>
border-color css
<style>
span { border-color: #CEA931; }
span { border-color: rgb(206,169,49); }
td.TdClassName
{
border-color: #CEA931;
}
.TagClassName
{
border-color: #CEA931;
}
</style>