Shades of Metallic Gold #CEAA2F
Tints of Metallic Gold #CEAA2F
RGB
CMYK
RGB Variations
Color information
#CEAA2F (or 0xCEAA2F) is known color: Metallic Gold. HEX triplet: CE, AA and 2F. RGB value is (206,170,47). Sum of RGB (Red+Green+Blue) = 206+170+47=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA2F is #3155D0. Grayscale: #A7A7A7. Windows color (decimal): -3233233 or 3123918. OLE color: 3123918.
HSL color Cylindrical-coordinate representation of color #CEAA2F: hue angle of 46.42º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEAA2F is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 47 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.19 |
| HSL | 46.42º | 0.63% | 0.5% | - |
| HSV(B) | 46.42º | 0.77% | 0.81% | - |
| XYZ | 40.34 | 42.08 | 8.68 | - |
| YUV | 166.74 | 60.43 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 47 | 0 | 0.17 | 0.77 | 0.19 | 46.42 | 0.63 | 0.5 |
| Hex | CE | AA | 2F | 0 | 11 | 4D | 13 | 2E | 3F | 32 |
| Octal | 316 | 252 | 57 | 0 | 21 | 115 | 23 | 56 | 77 | 62 |
| Binary | 11001110 | 10101010 | 101111 | 0 | 10001 | 1001101 | 10011 | 101110 | 111111 | 110010 |
Color Harmonies of #CEAA2F
Complementary color
Monochromatic Colors of #CEAA2F
Black with #CEAA2F
Text Example
Text Example
White with #CEAA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA2F; }
p { color: rgb(206,170,47); }
H1.HeaderClassName
{
color: #CEAA2F;
}
.AnyTagClassName
{
color: #CEAA2F;
}
</style>
background-color css
<style>
a { background-color: #CEAA2F; }
a { background-color: rgb(206,170,47); }
div.DivClassName
{
background-color: #CEAA2F;
}
.BgClassName
{
background-color: #CEAA2F;
}
</style>
border-color css
<style>
span { border-color: #CEAA2F; }
span { border-color: rgb(206,170,47); }
td.TdClassName
{
border-color: #CEAA2F;
}
.TagClassName
{
border-color: #CEAA2F;
}
</style>