Shades of Metallic Gold #CEAA3A
Tints of Metallic Gold #CEAA3A
RGB
CMYK
RGB Variations
Color information
#CEAA3A (or 0xCEAA3A) is known color: Metallic Gold. HEX triplet: CE, AA and 3A. RGB value is (206,170,58). Sum of RGB (Red+Green+Blue) = 206+170+58=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA3A is #3155C5. Grayscale: #A8A8A8. Windows color (decimal): -3233222 or 3844814. OLE color: 3844814.
HSL color Cylindrical-coordinate representation of color #CEAA3A: hue angle of 45.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEAA3A is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 58 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.19 |
| HSL | 45.41º | 0.6% | 0.52% | - |
| HSV(B) | 45.41º | 0.72% | 0.81% | - |
| XYZ | 40.59 | 42.18 | 10 | - |
| YUV | 168 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 58 | 0 | 0.17 | 0.72 | 0.19 | 45.41 | 0.6 | 0.52 |
| Hex | CE | AA | 3A | 0 | 11 | 48 | 13 | 2D | 3C | 34 |
| Octal | 316 | 252 | 72 | 0 | 21 | 110 | 23 | 55 | 74 | 64 |
| Binary | 11001110 | 10101010 | 111010 | 0 | 10001 | 1001000 | 10011 | 101101 | 111100 | 110100 |
Color Harmonies of #CEAA3A
Complementary color
Monochromatic Colors of #CEAA3A
Black with #CEAA3A
Text Example
Text Example
White with #CEAA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA3A; }
p { color: rgb(206,170,58); }
H1.HeaderClassName
{
color: #CEAA3A;
}
.AnyTagClassName
{
color: #CEAA3A;
}
</style>
background-color css
<style>
a { background-color: #CEAA3A; }
a { background-color: rgb(206,170,58); }
div.DivClassName
{
background-color: #CEAA3A;
}
.BgClassName
{
background-color: #CEAA3A;
}
</style>
border-color css
<style>
span { border-color: #CEAA3A; }
span { border-color: rgb(206,170,58); }
td.TdClassName
{
border-color: #CEAA3A;
}
.TagClassName
{
border-color: #CEAA3A;
}
</style>