Shades of Gold Tips #DEAA2D
Tints of Gold Tips #DEAA2D
RGB
CMYK
RGB Variations
Color information
#DEAA2D (or 0xDEAA2D) is known color: Gold Tips. HEX triplet: DE, AA and 2D. RGB value is (222,170,45). Sum of RGB (Red+Green+Blue) = 222+170+45=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAA2D is #2155D2. Grayscale: #ABABAB. Windows color (decimal): -2184659 or 2992862. OLE color: 2992862.
HSL color Cylindrical-coordinate representation of color #DEAA2D: hue angle of 42.37º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEAA2D is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 45 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.13 |
| HSL | 42.37º | 0.73% | 0.52% | - |
| HSV(B) | 42.37º | 0.8% | 0.87% | - |
| XYZ | 44.97 | 44.47 | 8.7 | - |
| YUV | 171.3 | 56.73 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 45 | 0 | 0.23 | 0.80 | 0.13 | 42.37 | 0.73 | 0.52 |
| Hex | DE | AA | 2D | 0 | 17 | 50 | D | 2A | 49 | 34 |
| Octal | 336 | 252 | 55 | 0 | 27 | 120 | 15 | 52 | 111 | 64 |
| Binary | 11011110 | 10101010 | 101101 | 0 | 10111 | 1010000 | 1101 | 101010 | 1001001 | 110100 |
Color Harmonies of #DEAA2D
Complementary color
Monochromatic Colors of #DEAA2D
Black with #DEAA2D
Text Example
Text Example
White with #DEAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA2D; }
p { color: rgb(222,170,45); }
H1.HeaderClassName
{
color: #DEAA2D;
}
.AnyTagClassName
{
color: #DEAA2D;
}
</style>
background-color css
<style>
a { background-color: #DEAA2D; }
a { background-color: rgb(222,170,45); }
div.DivClassName
{
background-color: #DEAA2D;
}
.BgClassName
{
background-color: #DEAA2D;
}
</style>
border-color css
<style>
span { border-color: #DEAA2D; }
span { border-color: rgb(222,170,45); }
td.TdClassName
{
border-color: #DEAA2D;
}
.TagClassName
{
border-color: #DEAA2D;
}
</style>