Shades of Tulip Tree #DDAB40
Tints of Tulip Tree #DDAB40
RGB
CMYK
RGB Variations
Color information
#DDAB40 (or 0xDDAB40) is known color: Tulip Tree. HEX triplet: DD, AB and 40. RGB value is (221,171,64). Sum of RGB (Red+Green+Blue) = 221+171+64=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB40 is #2254BF. Grayscale: #AEAEAE. Windows color (decimal): -2249920 or 4238301. OLE color: 4238301.
HSL color Cylindrical-coordinate representation of color #DDAB40: hue angle of 40.89º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDAB40 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 64 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.13 |
| HSL | 40.89º | 0.7% | 0.56% | - |
| HSV(B) | 40.89º | 0.71% | 0.87% | - |
| XYZ | 45.31 | 44.87 | 11.12 | - |
| YUV | 173.75 | 66.07 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 64 | 0 | 0.23 | 0.71 | 0.13 | 40.89 | 0.7 | 0.56 |
| Hex | DD | AB | 40 | 0 | 17 | 47 | D | 29 | 46 | 38 |
| Octal | 335 | 253 | 100 | 0 | 27 | 107 | 15 | 51 | 106 | 70 |
| Binary | 11011101 | 10101011 | 1000000 | 0 | 10111 | 1000111 | 1101 | 101001 | 1000110 | 111000 |
Color Harmonies of #DDAB40
Complementary color
Monochromatic Colors of #DDAB40
Black with #DDAB40
Text Example
Text Example
White with #DDAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB40; }
p { color: rgb(221,171,64); }
H1.HeaderClassName
{
color: #DDAB40;
}
.AnyTagClassName
{
color: #DDAB40;
}
</style>
background-color css
<style>
a { background-color: #DDAB40; }
a { background-color: rgb(221,171,64); }
div.DivClassName
{
background-color: #DDAB40;
}
.BgClassName
{
background-color: #DDAB40;
}
</style>
border-color css
<style>
span { border-color: #DDAB40; }
span { border-color: rgb(221,171,64); }
td.TdClassName
{
border-color: #DDAB40;
}
.TagClassName
{
border-color: #DDAB40;
}
</style>