Shades of Metallic Gold #CEA635
Tints of Metallic Gold #CEA635
RGB
CMYK
RGB Variations
Color information
#CEA635 (or 0xCEA635) is known color: Metallic Gold. HEX triplet: CE, A6 and 35. RGB value is (206,166,53). Sum of RGB (Red+Green+Blue) = 206+166+53=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA635 is #3159CA. Grayscale: #A5A5A5. Windows color (decimal): -3234251 or 3516110. OLE color: 3516110.
HSL color Cylindrical-coordinate representation of color #CEA635: hue angle of 44.31º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEA635 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 53 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.19 |
| HSL | 44.31º | 0.61% | 0.51% | - |
| HSV(B) | 44.31º | 0.74% | 0.81% | - |
| XYZ | 39.73 | 40.65 | 9.12 | - |
| YUV | 165.08 | 64.75 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 53 | 0 | 0.19 | 0.74 | 0.19 | 44.31 | 0.61 | 0.51 |
| Hex | CE | A6 | 35 | 0 | 13 | 4A | 13 | 2C | 3D | 33 |
| Octal | 316 | 246 | 65 | 0 | 23 | 112 | 23 | 54 | 75 | 63 |
| Binary | 11001110 | 10100110 | 110101 | 0 | 10011 | 1001010 | 10011 | 101100 | 111101 | 110011 |
Color Harmonies of #CEA635
Complementary color
Monochromatic Colors of #CEA635
Black with #CEA635
Text Example
Text Example
White with #CEA635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA635; }
p { color: rgb(206,166,53); }
H1.HeaderClassName
{
color: #CEA635;
}
.AnyTagClassName
{
color: #CEA635;
}
</style>
background-color css
<style>
a { background-color: #CEA635; }
a { background-color: rgb(206,166,53); }
div.DivClassName
{
background-color: #CEA635;
}
.BgClassName
{
background-color: #CEA635;
}
</style>
border-color css
<style>
span { border-color: #CEA635; }
span { border-color: rgb(206,166,53); }
td.TdClassName
{
border-color: #CEA635;
}
.TagClassName
{
border-color: #CEA635;
}
</style>