Shades of Metallic Gold #CEA93C
Tints of Metallic Gold #CEA93C
RGB
CMYK
RGB Variations
Color information
#CEA93C (or 0xCEA93C) is known color: Metallic Gold. HEX triplet: CE, A9 and 3C. RGB value is (206,169,60). Sum of RGB (Red+Green+Blue) = 206+169+60=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA93C is #3156C3. Grayscale: #A8A8A8. Windows color (decimal): -3233476 or 3975630. OLE color: 3975630.
HSL color Cylindrical-coordinate representation of color #CEA93C: hue angle of 44.79º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEA93C is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 60 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.19 |
| HSL | 44.79º | 0.6% | 0.52% | - |
| HSV(B) | 44.79º | 0.71% | 0.81% | - |
| XYZ | 40.46 | 41.82 | 10.22 | - |
| YUV | 167.64 | 67.26 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 60 | 0 | 0.18 | 0.71 | 0.19 | 44.79 | 0.6 | 0.52 |
| Hex | CE | A9 | 3C | 0 | 12 | 47 | 13 | 2D | 3C | 34 |
| Octal | 316 | 251 | 74 | 0 | 22 | 107 | 23 | 55 | 74 | 64 |
| Binary | 11001110 | 10101001 | 111100 | 0 | 10010 | 1000111 | 10011 | 101101 | 111100 | 110100 |
Color Harmonies of #CEA93C
Complementary color
Monochromatic Colors of #CEA93C
Black with #CEA93C
Text Example
Text Example
White with #CEA93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA93C; }
p { color: rgb(206,169,60); }
H1.HeaderClassName
{
color: #CEA93C;
}
.AnyTagClassName
{
color: #CEA93C;
}
</style>
background-color css
<style>
a { background-color: #CEA93C; }
a { background-color: rgb(206,169,60); }
div.DivClassName
{
background-color: #CEA93C;
}
.BgClassName
{
background-color: #CEA93C;
}
</style>
border-color css
<style>
span { border-color: #CEA93C; }
span { border-color: rgb(206,169,60); }
td.TdClassName
{
border-color: #CEA93C;
}
.TagClassName
{
border-color: #CEA93C;
}
</style>