Shades of Metallic Gold #CEAA2D
Tints of Metallic Gold #CEAA2D
RGB
CMYK
RGB Variations
Color information
#CEAA2D (or 0xCEAA2D) is known color: Metallic Gold. HEX triplet: CE, AA and 2D. RGB value is (206,170,45). Sum of RGB (Red+Green+Blue) = 206+170+45=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA2D is #3155D2. Grayscale: #A7A7A7. Windows color (decimal): -3233235 or 2992846. OLE color: 2992846.
HSL color Cylindrical-coordinate representation of color #CEAA2D: hue angle of 46.58º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEAA2D is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 45 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.19 |
| HSL | 46.58º | 0.64% | 0.49% | - |
| HSV(B) | 46.58º | 0.78% | 0.81% | - |
| XYZ | 40.3 | 42.06 | 8.48 | - |
| YUV | 166.51 | 59.43 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 45 | 0 | 0.17 | 0.78 | 0.19 | 46.58 | 0.64 | 0.49 |
| Hex | CE | AA | 2D | 0 | 11 | 4E | 13 | 2F | 40 | 31 |
| Octal | 316 | 252 | 55 | 0 | 21 | 116 | 23 | 57 | 100 | 61 |
| Binary | 11001110 | 10101010 | 101101 | 0 | 10001 | 1001110 | 10011 | 101111 | 1000000 | 110001 |
Color Harmonies of #CEAA2D
Complementary color
Monochromatic Colors of #CEAA2D
Black with #CEAA2D
Text Example
Text Example
White with #CEAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA2D; }
p { color: rgb(206,170,45); }
H1.HeaderClassName
{
color: #CEAA2D;
}
.AnyTagClassName
{
color: #CEAA2D;
}
</style>
background-color css
<style>
a { background-color: #CEAA2D; }
a { background-color: rgb(206,170,45); }
div.DivClassName
{
background-color: #CEAA2D;
}
.BgClassName
{
background-color: #CEAA2D;
}
</style>
border-color css
<style>
span { border-color: #CEAA2D; }
span { border-color: rgb(206,170,45); }
td.TdClassName
{
border-color: #CEAA2D;
}
.TagClassName
{
border-color: #CEAA2D;
}
</style>