Shades of Tulip Tree #DDAA34
Tints of Tulip Tree #DDAA34
RGB
CMYK
RGB Variations
Color information
#DDAA34 (or 0xDDAA34) is known color: Tulip Tree. HEX triplet: DD, AA and 34. RGB value is (221,170,52). Sum of RGB (Red+Green+Blue) = 221+170+52=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA34 is #2255CB. Grayscale: #ACACAC. Windows color (decimal): -2250188 or 3451613. OLE color: 3451613.
HSL color Cylindrical-coordinate representation of color #DDAA34: hue angle of 41.89º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDAA34 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 52 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.13 |
| HSL | 41.89º | 0.71% | 0.54% | - |
| HSV(B) | 41.89º | 0.76% | 0.87% | - |
| XYZ | 44.81 | 44.37 | 9.45 | - |
| YUV | 171.8 | 60.4 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 52 | 0 | 0.23 | 0.76 | 0.13 | 41.89 | 0.71 | 0.54 |
| Hex | DD | AA | 34 | 0 | 17 | 4C | D | 2A | 47 | 36 |
| Octal | 335 | 252 | 64 | 0 | 27 | 114 | 15 | 52 | 107 | 66 |
| Binary | 11011101 | 10101010 | 110100 | 0 | 10111 | 1001100 | 1101 | 101010 | 1000111 | 110110 |
Color Harmonies of #DDAA34
Complementary color
Monochromatic Colors of #DDAA34
Black with #DDAA34
Text Example
Text Example
White with #DDAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA34; }
p { color: rgb(221,170,52); }
H1.HeaderClassName
{
color: #DDAA34;
}
.AnyTagClassName
{
color: #DDAA34;
}
</style>
background-color css
<style>
a { background-color: #DDAA34; }
a { background-color: rgb(221,170,52); }
div.DivClassName
{
background-color: #DDAA34;
}
.BgClassName
{
background-color: #DDAA34;
}
</style>
border-color css
<style>
span { border-color: #DDAA34; }
span { border-color: rgb(221,170,52); }
td.TdClassName
{
border-color: #DDAA34;
}
.TagClassName
{
border-color: #DDAA34;
}
</style>