Shades of Metallic Gold #CEA331
Tints of Metallic Gold #CEA331
RGB
CMYK
RGB Variations
Color information
#CEA331 (or 0xCEA331) is known color: Metallic Gold. HEX triplet: CE, A3 and 31. RGB value is (206,163,49). Sum of RGB (Red+Green+Blue) = 206+163+49=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA331 is #315CCE. Grayscale: #A3A3A3. Windows color (decimal): -3235023 or 3253198. OLE color: 3253198.
HSL color Cylindrical-coordinate representation of color #CEA331: hue angle of 43.57º 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 #CEA331 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 49 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.19 |
| HSL | 43.57º | 0.62% | 0.5% | - |
| HSV(B) | 43.57º | 0.76% | 0.81% | - |
| XYZ | 39.11 | 39.54 | 8.48 | - |
| YUV | 162.86 | 63.75 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 49 | 0 | 0.21 | 0.76 | 0.19 | 43.57 | 0.62 | 0.5 |
| Hex | CE | A3 | 31 | 0 | 15 | 4C | 13 | 2C | 3E | 32 |
| Octal | 316 | 243 | 61 | 0 | 25 | 114 | 23 | 54 | 76 | 62 |
| Binary | 11001110 | 10100011 | 110001 | 0 | 10101 | 1001100 | 10011 | 101100 | 111110 | 110010 |
Color Harmonies of #CEA331
Complementary color
Monochromatic Colors of #CEA331
Black with #CEA331
Text Example
Text Example
White with #CEA331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA331; }
p { color: rgb(206,163,49); }
H1.HeaderClassName
{
color: #CEA331;
}
.AnyTagClassName
{
color: #CEA331;
}
</style>
background-color css
<style>
a { background-color: #CEA331; }
a { background-color: rgb(206,163,49); }
div.DivClassName
{
background-color: #CEA331;
}
.BgClassName
{
background-color: #CEA331;
}
</style>
border-color css
<style>
span { border-color: #CEA331; }
span { border-color: rgb(206,163,49); }
td.TdClassName
{
border-color: #CEA331;
}
.TagClassName
{
border-color: #CEA331;
}
</style>