Shades of Metallic Gold #CEA33A
Tints of Metallic Gold #CEA33A
RGB
CMYK
RGB Variations
Color information
#CEA33A (or 0xCEA33A) is known color: Metallic Gold. HEX triplet: CE, A3 and 3A. RGB value is (206,163,58). Sum of RGB (Red+Green+Blue) = 206+163+58=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA33A is #315CC5. Grayscale: #A4A4A4. Windows color (decimal): -3235014 or 3843022. OLE color: 3843022.
HSL color Cylindrical-coordinate representation of color #CEA33A: hue angle of 42.57º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEA33A is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 58 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.19 |
| HSL | 42.57º | 0.6% | 0.52% | - |
| HSV(B) | 42.57º | 0.72% | 0.81% | - |
| XYZ | 39.31 | 39.62 | 9.58 | - |
| YUV | 163.89 | 68.25 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 58 | 0 | 0.21 | 0.72 | 0.19 | 42.57 | 0.6 | 0.52 |
| Hex | CE | A3 | 3A | 0 | 15 | 48 | 13 | 2B | 3C | 34 |
| Octal | 316 | 243 | 72 | 0 | 25 | 110 | 23 | 53 | 74 | 64 |
| Binary | 11001110 | 10100011 | 111010 | 0 | 10101 | 1001000 | 10011 | 101011 | 111100 | 110100 |
Color Harmonies of #CEA33A
Complementary color
Monochromatic Colors of #CEA33A
Black with #CEA33A
Text Example
Text Example
White with #CEA33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA33A; }
p { color: rgb(206,163,58); }
H1.HeaderClassName
{
color: #CEA33A;
}
.AnyTagClassName
{
color: #CEA33A;
}
</style>
background-color css
<style>
a { background-color: #CEA33A; }
a { background-color: rgb(206,163,58); }
div.DivClassName
{
background-color: #CEA33A;
}
.BgClassName
{
background-color: #CEA33A;
}
</style>
border-color css
<style>
span { border-color: #CEA33A; }
span { border-color: rgb(206,163,58); }
td.TdClassName
{
border-color: #CEA33A;
}
.TagClassName
{
border-color: #CEA33A;
}
</style>