Shades of Tulip Tree #DDAA37
Tints of Tulip Tree #DDAA37
RGB
CMYK
RGB Variations
Color information
#DDAA37 (or 0xDDAA37) is known color: Tulip Tree. HEX triplet: DD, AA and 37. RGB value is (221,170,55). Sum of RGB (Red+Green+Blue) = 221+170+55=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 55 (21.88% from 255 or 12.33% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA37 is #2255C8. Grayscale: #ACACAC. Windows color (decimal): -2250185 or 3648221. OLE color: 3648221.
HSL color Cylindrical-coordinate representation of color #DDAA37: hue angle of 41.57º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDAA37 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 55 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.13 |
| HSL | 41.57º | 0.71% | 0.54% | - |
| HSV(B) | 41.57º | 0.75% | 0.87% | - |
| XYZ | 44.88 | 44.4 | 9.82 | - |
| YUV | 172.14 | 61.9 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 55 | 0 | 0.23 | 0.75 | 0.13 | 41.57 | 0.71 | 0.54 |
| Hex | DD | AA | 37 | 0 | 17 | 4B | D | 2A | 47 | 36 |
| Octal | 335 | 252 | 67 | 0 | 27 | 113 | 15 | 52 | 107 | 66 |
| Binary | 11011101 | 10101010 | 110111 | 0 | 10111 | 1001011 | 1101 | 101010 | 1000111 | 110110 |
Color Harmonies of #DDAA37
Complementary color
Monochromatic Colors of #DDAA37
Black with #DDAA37
Text Example
Text Example
White with #DDAA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA37; }
p { color: rgb(221,170,55); }
H1.HeaderClassName
{
color: #DDAA37;
}
.AnyTagClassName
{
color: #DDAA37;
}
</style>
background-color css
<style>
a { background-color: #DDAA37; }
a { background-color: rgb(221,170,55); }
div.DivClassName
{
background-color: #DDAA37;
}
.BgClassName
{
background-color: #DDAA37;
}
</style>
border-color css
<style>
span { border-color: #DDAA37; }
span { border-color: rgb(221,170,55); }
td.TdClassName
{
border-color: #DDAA37;
}
.TagClassName
{
border-color: #DDAA37;
}
</style>