Shades of Metallic Gold #CEA63A
Tints of Metallic Gold #CEA63A
RGB
CMYK
RGB Variations
Color information
#CEA63A (or 0xCEA63A) is known color: Metallic Gold. HEX triplet: CE, A6 and 3A. RGB value is (206,166,58). Sum of RGB (Red+Green+Blue) = 206+166+58=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA63A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA63A is #3159C5. Grayscale: #A6A6A6. Windows color (decimal): -3234246 or 3843790. OLE color: 3843790.
HSL color Cylindrical-coordinate representation of color #CEA63A: hue angle of 43.78º 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 #CEA63A is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 58 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.19 |
| HSL | 43.78º | 0.6% | 0.52% | - |
| HSV(B) | 43.78º | 0.72% | 0.81% | - |
| XYZ | 39.85 | 40.7 | 9.76 | - |
| YUV | 165.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 58 | 0 | 0.19 | 0.72 | 0.19 | 43.78 | 0.6 | 0.52 |
| Hex | CE | A6 | 3A | 0 | 13 | 48 | 13 | 2C | 3C | 34 |
| Octal | 316 | 246 | 72 | 0 | 23 | 110 | 23 | 54 | 74 | 64 |
| Binary | 11001110 | 10100110 | 111010 | 0 | 10011 | 1001000 | 10011 | 101100 | 111100 | 110100 |
Color Harmonies of #CEA63A
Complementary color
Monochromatic Colors of #CEA63A
Black with #CEA63A
Text Example
Text Example
White with #CEA63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA63A; }
p { color: rgb(206,166,58); }
H1.HeaderClassName
{
color: #CEA63A;
}
.AnyTagClassName
{
color: #CEA63A;
}
</style>
background-color css
<style>
a { background-color: #CEA63A; }
a { background-color: rgb(206,166,58); }
div.DivClassName
{
background-color: #CEA63A;
}
.BgClassName
{
background-color: #CEA63A;
}
</style>
border-color css
<style>
span { border-color: #CEA63A; }
span { border-color: rgb(206,166,58); }
td.TdClassName
{
border-color: #CEA63A;
}
.TagClassName
{
border-color: #CEA63A;
}
</style>