Shades of Metallic Gold #CEA53B
Tints of Metallic Gold #CEA53B
RGB
CMYK
RGB Variations
Color information
#CEA53B (or 0xCEA53B) is known color: Metallic Gold. HEX triplet: CE, A5 and 3B. RGB value is (206,165,59). Sum of RGB (Red+Green+Blue) = 206+165+59=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA53B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA53B is #315AC4. Grayscale: #A5A5A5. Windows color (decimal): -3234501 or 3909070. OLE color: 3909070.
HSL color Cylindrical-coordinate representation of color #CEA53B: hue angle of 43.27º 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 #CEA53B is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 59 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.19 |
| HSL | 43.27º | 0.6% | 0.52% | - |
| HSV(B) | 43.27º | 0.71% | 0.81% | - |
| XYZ | 39.7 | 40.35 | 9.83 | - |
| YUV | 165.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 59 | 0 | 0.20 | 0.71 | 0.19 | 43.27 | 0.6 | 0.52 |
| Hex | CE | A5 | 3B | 0 | 14 | 47 | 13 | 2B | 3C | 34 |
| Octal | 316 | 245 | 73 | 0 | 24 | 107 | 23 | 53 | 74 | 64 |
| Binary | 11001110 | 10100101 | 111011 | 0 | 10100 | 1000111 | 10011 | 101011 | 111100 | 110100 |
Color Harmonies of #CEA53B
Complementary color
Monochromatic Colors of #CEA53B
Black with #CEA53B
Text Example
Text Example
White with #CEA53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA53B; }
p { color: rgb(206,165,59); }
H1.HeaderClassName
{
color: #CEA53B;
}
.AnyTagClassName
{
color: #CEA53B;
}
</style>
background-color css
<style>
a { background-color: #CEA53B; }
a { background-color: rgb(206,165,59); }
div.DivClassName
{
background-color: #CEA53B;
}
.BgClassName
{
background-color: #CEA53B;
}
</style>
border-color css
<style>
span { border-color: #CEA53B; }
span { border-color: rgb(206,165,59); }
td.TdClassName
{
border-color: #CEA53B;
}
.TagClassName
{
border-color: #CEA53B;
}
</style>