Shades of Tulip Tree #DDAA33
Tints of Tulip Tree #DDAA33
RGB
CMYK
RGB Variations
Color information
#DDAA33 (or 0xDDAA33) is known color: Tulip Tree. HEX triplet: DD, AA and 33. RGB value is (221,170,51). Sum of RGB (Red+Green+Blue) = 221+170+51=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA33 is #2255CC. Grayscale: #ACACAC. Windows color (decimal): -2250189 or 3386077. OLE color: 3386077.
HSL color Cylindrical-coordinate representation of color #DDAA33: hue angle of 42º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDAA33 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 51 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.13 |
| HSL | 42º | 0.71% | 0.53% | - |
| HSV(B) | 42º | 0.77% | 0.87% | - |
| XYZ | 44.79 | 44.36 | 9.33 | - |
| YUV | 171.68 | 59.9 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 51 | 0 | 0.23 | 0.77 | 0.13 | 42 | 0.71 | 0.53 |
| Hex | DD | AA | 33 | 0 | 17 | 4D | D | 2A | 47 | 35 |
| Octal | 335 | 252 | 63 | 0 | 27 | 115 | 15 | 52 | 107 | 65 |
| Binary | 11011101 | 10101010 | 110011 | 0 | 10111 | 1001101 | 1101 | 101010 | 1000111 | 110101 |
Color Harmonies of #DDAA33
Complementary color
Monochromatic Colors of #DDAA33
Black with #DDAA33
Text Example
Text Example
White with #DDAA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA33; }
p { color: rgb(221,170,51); }
H1.HeaderClassName
{
color: #DDAA33;
}
.AnyTagClassName
{
color: #DDAA33;
}
</style>
background-color css
<style>
a { background-color: #DDAA33; }
a { background-color: rgb(221,170,51); }
div.DivClassName
{
background-color: #DDAA33;
}
.BgClassName
{
background-color: #DDAA33;
}
</style>
border-color css
<style>
span { border-color: #DDAA33; }
span { border-color: rgb(221,170,51); }
td.TdClassName
{
border-color: #DDAA33;
}
.TagClassName
{
border-color: #DDAA33;
}
</style>