Shades of Gold Tips #DDAA2D
Tints of Gold Tips #DDAA2D
RGB
CMYK
RGB Variations
Color information
#DDAA2D (or 0xDDAA2D) is known color: Gold Tips. HEX triplet: DD, AA and 2D. RGB value is (221,170,45). Sum of RGB (Red+Green+Blue) = 221+170+45=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA2D is #2255D2. Grayscale: #ABABAB. Windows color (decimal): -2250195 or 2992861. OLE color: 2992861.
HSL color Cylindrical-coordinate representation of color #DDAA2D: hue angle of 42.61º degrees, saturation: 0.72, 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 #DDAA2D is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 45 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.13 |
| HSL | 42.61º | 0.72% | 0.52% | - |
| HSV(B) | 42.61º | 0.8% | 0.87% | - |
| XYZ | 44.67 | 44.31 | 8.68 | - |
| YUV | 171 | 56.9 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 45 | 0 | 0.23 | 0.80 | 0.13 | 42.61 | 0.72 | 0.52 |
| Hex | DD | AA | 2D | 0 | 17 | 50 | D | 2B | 48 | 34 |
| Octal | 335 | 252 | 55 | 0 | 27 | 120 | 15 | 53 | 110 | 64 |
| Binary | 11011101 | 10101010 | 101101 | 0 | 10111 | 1010000 | 1101 | 101011 | 1001000 | 110100 |
Color Harmonies of #DDAA2D
Complementary color
Monochromatic Colors of #DDAA2D
Black with #DDAA2D
Text Example
Text Example
White with #DDAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA2D; }
p { color: rgb(221,170,45); }
H1.HeaderClassName
{
color: #DDAA2D;
}
.AnyTagClassName
{
color: #DDAA2D;
}
</style>
background-color css
<style>
a { background-color: #DDAA2D; }
a { background-color: rgb(221,170,45); }
div.DivClassName
{
background-color: #DDAA2D;
}
.BgClassName
{
background-color: #DDAA2D;
}
</style>
border-color css
<style>
span { border-color: #DDAA2D; }
span { border-color: rgb(221,170,45); }
td.TdClassName
{
border-color: #DDAA2D;
}
.TagClassName
{
border-color: #DDAA2D;
}
</style>