Shades of Tulip Tree #DDAA3B
Tints of Tulip Tree #DDAA3B
RGB
CMYK
RGB Variations
Color information
#DDAA3B (or 0xDDAA3B) is known color: Tulip Tree. HEX triplet: DD, AA and 3B. RGB value is (221,170,59). Sum of RGB (Red+Green+Blue) = 221+170+59=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 59 (23.44% from 255 or 13.11% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA3B is #2255C4. Grayscale: #ADADAD. Windows color (decimal): -2250181 or 3910365. OLE color: 3910365.
HSL color Cylindrical-coordinate representation of color #DDAA3B: hue angle of 41.11º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDAA3B is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 59 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.13 |
| HSL | 41.11º | 0.7% | 0.55% | - |
| HSV(B) | 41.11º | 0.73% | 0.87% | - |
| XYZ | 44.98 | 44.44 | 10.34 | - |
| YUV | 172.6 | 63.9 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 59 | 0 | 0.23 | 0.73 | 0.13 | 41.11 | 0.7 | 0.55 |
| Hex | DD | AA | 3B | 0 | 17 | 49 | D | 29 | 46 | 37 |
| Octal | 335 | 252 | 73 | 0 | 27 | 111 | 15 | 51 | 106 | 67 |
| Binary | 11011101 | 10101010 | 111011 | 0 | 10111 | 1001001 | 1101 | 101001 | 1000110 | 110111 |
Color Harmonies of #DDAA3B
Complementary color
Monochromatic Colors of #DDAA3B
Black with #DDAA3B
Text Example
Text Example
White with #DDAA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA3B; }
p { color: rgb(221,170,59); }
H1.HeaderClassName
{
color: #DDAA3B;
}
.AnyTagClassName
{
color: #DDAA3B;
}
</style>
background-color css
<style>
a { background-color: #DDAA3B; }
a { background-color: rgb(221,170,59); }
div.DivClassName
{
background-color: #DDAA3B;
}
.BgClassName
{
background-color: #DDAA3B;
}
</style>
border-color css
<style>
span { border-color: #DDAA3B; }
span { border-color: rgb(221,170,59); }
td.TdClassName
{
border-color: #DDAA3B;
}
.TagClassName
{
border-color: #DDAA3B;
}
</style>