Shades of Metallic Gold #CEAA3E
Tints of Metallic Gold #CEAA3E
RGB
CMYK
RGB Variations
Color information
#CEAA3E (or 0xCEAA3E) is known color: Metallic Gold. HEX triplet: CE, AA and 3E. RGB value is (206,170,62). Sum of RGB (Red+Green+Blue) = 206+170+62=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA3E is #3155C1. Grayscale: #A8A8A8. Windows color (decimal): -3233218 or 4106958. OLE color: 4106958.
HSL color Cylindrical-coordinate representation of color #CEAA3E: hue angle of 45º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEAA3E is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 62 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.19 |
| HSL | 45º | 0.6% | 0.53% | - |
| HSV(B) | 45º | 0.7% | 0.81% | - |
| XYZ | 40.7 | 42.22 | 10.56 | - |
| YUV | 168.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 62 | 0 | 0.17 | 0.70 | 0.19 | 45 | 0.6 | 0.53 |
| Hex | CE | AA | 3E | 0 | 11 | 46 | 13 | 2D | 3C | 35 |
| Octal | 316 | 252 | 76 | 0 | 21 | 106 | 23 | 55 | 74 | 65 |
| Binary | 11001110 | 10101010 | 111110 | 0 | 10001 | 1000110 | 10011 | 101101 | 111100 | 110101 |
Color Harmonies of #CEAA3E
Complementary color
Monochromatic Colors of #CEAA3E
Black with #CEAA3E
Text Example
Text Example
White with #CEAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA3E; }
p { color: rgb(206,170,62); }
H1.HeaderClassName
{
color: #CEAA3E;
}
.AnyTagClassName
{
color: #CEAA3E;
}
</style>
background-color css
<style>
a { background-color: #CEAA3E; }
a { background-color: rgb(206,170,62); }
div.DivClassName
{
background-color: #CEAA3E;
}
.BgClassName
{
background-color: #CEAA3E;
}
</style>
border-color css
<style>
span { border-color: #CEAA3E; }
span { border-color: rgb(206,170,62); }
td.TdClassName
{
border-color: #CEAA3E;
}
.TagClassName
{
border-color: #CEAA3E;
}
</style>