Shades of Metallic Gold #CEAA40
Tints of Metallic Gold #CEAA40
RGB
CMYK
RGB Variations
Color information
#CEAA40 (or 0xCEAA40) is known color: Metallic Gold. HEX triplet: CE, AA and 40. RGB value is (206,170,64). Sum of RGB (Red+Green+Blue) = 206+170+64=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA40 is #3155BF. Grayscale: #A9A9A9. Windows color (decimal): -3233216 or 4238030. OLE color: 4238030.
HSL color Cylindrical-coordinate representation of color #CEAA40: hue angle of 44.79º 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 #CEAA40 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 64 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.19 |
| HSL | 44.79º | 0.59% | 0.53% | - |
| HSV(B) | 44.79º | 0.69% | 0.81% | - |
| XYZ | 40.75 | 42.24 | 10.86 | - |
| YUV | 168.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 64 | 0 | 0.17 | 0.69 | 0.19 | 44.79 | 0.59 | 0.53 |
| Hex | CE | AA | 40 | 0 | 11 | 45 | 13 | 2D | 3B | 35 |
| Octal | 316 | 252 | 100 | 0 | 21 | 105 | 23 | 55 | 73 | 65 |
| Binary | 11001110 | 10101010 | 1000000 | 0 | 10001 | 1000101 | 10011 | 101101 | 111011 | 110101 |
Color Harmonies of #CEAA40
Complementary color
Monochromatic Colors of #CEAA40
Black with #CEAA40
Text Example
Text Example
White with #CEAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA40; }
p { color: rgb(206,170,64); }
H1.HeaderClassName
{
color: #CEAA40;
}
.AnyTagClassName
{
color: #CEAA40;
}
</style>
background-color css
<style>
a { background-color: #CEAA40; }
a { background-color: rgb(206,170,64); }
div.DivClassName
{
background-color: #CEAA40;
}
.BgClassName
{
background-color: #CEAA40;
}
</style>
border-color css
<style>
span { border-color: #CEAA40; }
span { border-color: rgb(206,170,64); }
td.TdClassName
{
border-color: #CEAA40;
}
.TagClassName
{
border-color: #CEAA40;
}
</style>