Shades of Metallic Gold #CEA835
Tints of Metallic Gold #CEA835
RGB
CMYK
RGB Variations
Color information
#CEA835 (or 0xCEA835) is known color: Metallic Gold. HEX triplet: CE, A8 and 35. RGB value is (206,168,53). Sum of RGB (Red+Green+Blue) = 206+168+53=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA835 is #3157CA. Grayscale: #A6A6A6. Windows color (decimal): -3233739 or 3516622. OLE color: 3516622.
HSL color Cylindrical-coordinate representation of color #CEA835: hue angle of 45.1º 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 #CEA835 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 53 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.19 |
| HSL | 45.1º | 0.61% | 0.51% | - |
| HSV(B) | 45.1º | 0.74% | 0.81% | - |
| XYZ | 40.1 | 41.38 | 9.24 | - |
| YUV | 166.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 53 | 0 | 0.18 | 0.74 | 0.19 | 45.1 | 0.61 | 0.51 |
| Hex | CE | A8 | 35 | 0 | 12 | 4A | 13 | 2D | 3D | 33 |
| Octal | 316 | 250 | 65 | 0 | 22 | 112 | 23 | 55 | 75 | 63 |
| Binary | 11001110 | 10101000 | 110101 | 0 | 10010 | 1001010 | 10011 | 101101 | 111101 | 110011 |
Color Harmonies of #CEA835
Complementary color
Monochromatic Colors of #CEA835
Black with #CEA835
Text Example
Text Example
White with #CEA835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA835; }
p { color: rgb(206,168,53); }
H1.HeaderClassName
{
color: #CEA835;
}
.AnyTagClassName
{
color: #CEA835;
}
</style>
background-color css
<style>
a { background-color: #CEA835; }
a { background-color: rgb(206,168,53); }
div.DivClassName
{
background-color: #CEA835;
}
.BgClassName
{
background-color: #CEA835;
}
</style>
border-color css
<style>
span { border-color: #CEA835; }
span { border-color: rgb(206,168,53); }
td.TdClassName
{
border-color: #CEA835;
}
.TagClassName
{
border-color: #CEA835;
}
</style>