Shades of Metallic Gold #CEA63D
Tints of Metallic Gold #CEA63D
RGB
CMYK
RGB Variations
Color information
#CEA63D (or 0xCEA63D) is known color: Metallic Gold. HEX triplet: CE, A6 and 3D. RGB value is (206,166,61). Sum of RGB (Red+Green+Blue) = 206+166+61=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA63D is #3159C2. Grayscale: #A6A6A6. Windows color (decimal): -3234243 or 4040398. OLE color: 4040398.
HSL color Cylindrical-coordinate representation of color #CEA63D: hue angle of 43.45º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEA63D is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 61 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.19 |
| HSL | 43.45º | 0.6% | 0.52% | - |
| HSV(B) | 43.45º | 0.7% | 0.81% | - |
| XYZ | 39.93 | 40.73 | 10.17 | - |
| YUV | 165.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 61 | 0 | 0.19 | 0.70 | 0.19 | 43.45 | 0.6 | 0.52 |
| Hex | CE | A6 | 3D | 0 | 13 | 46 | 13 | 2B | 3C | 34 |
| Octal | 316 | 246 | 75 | 0 | 23 | 106 | 23 | 53 | 74 | 64 |
| Binary | 11001110 | 10100110 | 111101 | 0 | 10011 | 1000110 | 10011 | 101011 | 111100 | 110100 |
Color Harmonies of #CEA63D
Complementary color
Monochromatic Colors of #CEA63D
Black with #CEA63D
Text Example
Text Example
White with #CEA63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA63D; }
p { color: rgb(206,166,61); }
H1.HeaderClassName
{
color: #CEA63D;
}
.AnyTagClassName
{
color: #CEA63D;
}
</style>
background-color css
<style>
a { background-color: #CEA63D; }
a { background-color: rgb(206,166,61); }
div.DivClassName
{
background-color: #CEA63D;
}
.BgClassName
{
background-color: #CEA63D;
}
</style>
border-color css
<style>
span { border-color: #CEA63D; }
span { border-color: rgb(206,166,61); }
td.TdClassName
{
border-color: #CEA63D;
}
.TagClassName
{
border-color: #CEA63D;
}
</style>