Shades of Metallic Gold #CEA640
Tints of Metallic Gold #CEA640
RGB
CMYK
RGB Variations
Color information
#CEA640 (or 0xCEA640) is known color: Metallic Gold. HEX triplet: CE, A6 and 40. RGB value is (206,166,64). Sum of RGB (Red+Green+Blue) = 206+166+64=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA640 is #3159BF. Grayscale: #A6A6A6. Windows color (decimal): -3234240 or 4237006. OLE color: 4237006.
HSL color Cylindrical-coordinate representation of color #CEA640: hue angle of 43.1º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEA640 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 64 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.19 |
| HSL | 43.1º | 0.59% | 0.53% | - |
| HSV(B) | 43.1º | 0.69% | 0.81% | - |
| XYZ | 40.02 | 40.76 | 10.61 | - |
| YUV | 166.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 64 | 0 | 0.19 | 0.69 | 0.19 | 43.1 | 0.59 | 0.53 |
| Hex | CE | A6 | 40 | 0 | 13 | 45 | 13 | 2B | 3B | 35 |
| Octal | 316 | 246 | 100 | 0 | 23 | 105 | 23 | 53 | 73 | 65 |
| Binary | 11001110 | 10100110 | 1000000 | 0 | 10011 | 1000101 | 10011 | 101011 | 111011 | 110101 |
Color Harmonies of #CEA640
Complementary color
Monochromatic Colors of #CEA640
Black with #CEA640
Text Example
Text Example
White with #CEA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA640; }
p { color: rgb(206,166,64); }
H1.HeaderClassName
{
color: #CEA640;
}
.AnyTagClassName
{
color: #CEA640;
}
</style>
background-color css
<style>
a { background-color: #CEA640; }
a { background-color: rgb(206,166,64); }
div.DivClassName
{
background-color: #CEA640;
}
.BgClassName
{
background-color: #CEA640;
}
</style>
border-color css
<style>
span { border-color: #CEA640; }
span { border-color: rgb(206,166,64); }
td.TdClassName
{
border-color: #CEA640;
}
.TagClassName
{
border-color: #CEA640;
}
</style>