Shades of Tulip Tree #DDAB37
Tints of Tulip Tree #DDAB37
RGB
CMYK
RGB Variations
Color information
#DDAB37 (or 0xDDAB37) is known color: Tulip Tree. HEX triplet: DD, AB and 37. RGB value is (221,171,55). Sum of RGB (Red+Green+Blue) = 221+171+55=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 55 (21.88% from 255 or 12.30% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB37 is #2254C8. Grayscale: #ADADAD. Windows color (decimal): -2249929 or 3648477. OLE color: 3648477.
HSL color Cylindrical-coordinate representation of color #DDAB37: hue angle of 41.93º 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 #DDAB37 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 55 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.13 |
| HSL | 41.93º | 0.71% | 0.54% | - |
| HSV(B) | 41.93º | 0.75% | 0.87% | - |
| XYZ | 45.07 | 44.77 | 9.88 | - |
| YUV | 172.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 55 | 0 | 0.23 | 0.75 | 0.13 | 41.93 | 0.71 | 0.54 |
| Hex | DD | AB | 37 | 0 | 17 | 4B | D | 2A | 47 | 36 |
| Octal | 335 | 253 | 67 | 0 | 27 | 113 | 15 | 52 | 107 | 66 |
| Binary | 11011101 | 10101011 | 110111 | 0 | 10111 | 1001011 | 1101 | 101010 | 1000111 | 110110 |
Color Harmonies of #DDAB37
Complementary color
Monochromatic Colors of #DDAB37
Black with #DDAB37
Text Example
Text Example
White with #DDAB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB37; }
p { color: rgb(221,171,55); }
H1.HeaderClassName
{
color: #DDAB37;
}
.AnyTagClassName
{
color: #DDAB37;
}
</style>
background-color css
<style>
a { background-color: #DDAB37; }
a { background-color: rgb(221,171,55); }
div.DivClassName
{
background-color: #DDAB37;
}
.BgClassName
{
background-color: #DDAB37;
}
</style>
border-color css
<style>
span { border-color: #DDAB37; }
span { border-color: rgb(221,171,55); }
td.TdClassName
{
border-color: #DDAB37;
}
.TagClassName
{
border-color: #DDAB37;
}
</style>