Shades of Tulip Tree #DDAB45
Tints of Tulip Tree #DDAB45
RGB
CMYK
RGB Variations
Color information
#DDAB45 (or 0xDDAB45) is known color: Tulip Tree. HEX triplet: DD, AB and 45. RGB value is (221,171,69). Sum of RGB (Red+Green+Blue) = 221+171+69=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB45 is #2254BA. Grayscale: #AEAEAE. Windows color (decimal): -2249915 or 4565981. OLE color: 4565981.
HSL color Cylindrical-coordinate representation of color #DDAB45: hue angle of 40.26º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDAB45 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 69 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.13 |
| HSL | 40.26º | 0.69% | 0.57% | - |
| HSV(B) | 40.26º | 0.69% | 0.87% | - |
| XYZ | 45.46 | 44.93 | 11.91 | - |
| YUV | 174.32 | 68.57 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 69 | 0 | 0.23 | 0.69 | 0.13 | 40.26 | 0.69 | 0.57 |
| Hex | DD | AB | 45 | 0 | 17 | 45 | D | 28 | 45 | 39 |
| Octal | 335 | 253 | 105 | 0 | 27 | 105 | 15 | 50 | 105 | 71 |
| Binary | 11011101 | 10101011 | 1000101 | 0 | 10111 | 1000101 | 1101 | 101000 | 1000101 | 111001 |
Color Harmonies of #DDAB45
Complementary color
Monochromatic Colors of #DDAB45
Black with #DDAB45
Text Example
Text Example
White with #DDAB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB45; }
p { color: rgb(221,171,69); }
H1.HeaderClassName
{
color: #DDAB45;
}
.AnyTagClassName
{
color: #DDAB45;
}
</style>
background-color css
<style>
a { background-color: #DDAB45; }
a { background-color: rgb(221,171,69); }
div.DivClassName
{
background-color: #DDAB45;
}
.BgClassName
{
background-color: #DDAB45;
}
</style>
border-color css
<style>
span { border-color: #DDAB45; }
span { border-color: rgb(221,171,69); }
td.TdClassName
{
border-color: #DDAB45;
}
.TagClassName
{
border-color: #DDAB45;
}
</style>