Shades of Gold Tips #DDAA2E
Tints of Gold Tips #DDAA2E
RGB
CMYK
RGB Variations
Color information
#DDAA2E (or 0xDDAA2E) is known color: Gold Tips. HEX triplet: DD, AA and 2E. RGB value is (221,170,46). Sum of RGB (Red+Green+Blue) = 221+170+46=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA2E is #2255D1. Grayscale: #ABABAB. Windows color (decimal): -2250194 or 3058397. OLE color: 3058397.
HSL color Cylindrical-coordinate representation of color #DDAA2E: hue angle of 42.51º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDAA2E is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 46 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.13 |
| HSL | 42.51º | 0.72% | 0.52% | - |
| HSV(B) | 42.51º | 0.79% | 0.87% | - |
| XYZ | 44.69 | 44.32 | 8.78 | - |
| YUV | 171.11 | 57.4 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 46 | 0 | 0.23 | 0.79 | 0.13 | 42.51 | 0.72 | 0.52 |
| Hex | DD | AA | 2E | 0 | 17 | 4F | D | 2B | 48 | 34 |
| Octal | 335 | 252 | 56 | 0 | 27 | 117 | 15 | 53 | 110 | 64 |
| Binary | 11011101 | 10101010 | 101110 | 0 | 10111 | 1001111 | 1101 | 101011 | 1001000 | 110100 |
Color Harmonies of #DDAA2E
Complementary color
Monochromatic Colors of #DDAA2E
Black with #DDAA2E
Text Example
Text Example
White with #DDAA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA2E; }
p { color: rgb(221,170,46); }
H1.HeaderClassName
{
color: #DDAA2E;
}
.AnyTagClassName
{
color: #DDAA2E;
}
</style>
background-color css
<style>
a { background-color: #DDAA2E; }
a { background-color: rgb(221,170,46); }
div.DivClassName
{
background-color: #DDAA2E;
}
.BgClassName
{
background-color: #DDAA2E;
}
</style>
border-color css
<style>
span { border-color: #DDAA2E; }
span { border-color: rgb(221,170,46); }
td.TdClassName
{
border-color: #DDAA2E;
}
.TagClassName
{
border-color: #DDAA2E;
}
</style>