Shades of Metallic Gold #CEA53C
Tints of Metallic Gold #CEA53C
RGB
CMYK
RGB Variations
Color information
#CEA53C (or 0xCEA53C) is known color: Metallic Gold. HEX triplet: CE, A5 and 3C. RGB value is (206,165,60). Sum of RGB (Red+Green+Blue) = 206+165+60=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA53C is #315AC3. Grayscale: #A5A5A5. Windows color (decimal): -3234500 or 3974606. OLE color: 3974606.
HSL color Cylindrical-coordinate representation of color #CEA53C: hue angle of 43.15º 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 #CEA53C is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 60 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.19 |
| HSL | 43.15º | 0.6% | 0.52% | - |
| HSV(B) | 43.15º | 0.71% | 0.81% | - |
| XYZ | 39.72 | 40.36 | 9.97 | - |
| YUV | 165.29 | 68.58 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 60 | 0 | 0.20 | 0.71 | 0.19 | 43.15 | 0.6 | 0.52 |
| Hex | CE | A5 | 3C | 0 | 14 | 47 | 13 | 2B | 3C | 34 |
| Octal | 316 | 245 | 74 | 0 | 24 | 107 | 23 | 53 | 74 | 64 |
| Binary | 11001110 | 10100101 | 111100 | 0 | 10100 | 1000111 | 10011 | 101011 | 111100 | 110100 |
Color Harmonies of #CEA53C
Complementary color
Monochromatic Colors of #CEA53C
Black with #CEA53C
Text Example
Text Example
White with #CEA53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA53C; }
p { color: rgb(206,165,60); }
H1.HeaderClassName
{
color: #CEA53C;
}
.AnyTagClassName
{
color: #CEA53C;
}
</style>
background-color css
<style>
a { background-color: #CEA53C; }
a { background-color: rgb(206,165,60); }
div.DivClassName
{
background-color: #CEA53C;
}
.BgClassName
{
background-color: #CEA53C;
}
</style>
border-color css
<style>
span { border-color: #CEA53C; }
span { border-color: rgb(206,165,60); }
td.TdClassName
{
border-color: #CEA53C;
}
.TagClassName
{
border-color: #CEA53C;
}
</style>