Shades of Tulip Tree #DDAB41
Tints of Tulip Tree #DDAB41
RGB
CMYK
RGB Variations
Color information
#DDAB41 (or 0xDDAB41) is known color: Tulip Tree. HEX triplet: DD, AB and 41. RGB value is (221,171,65). Sum of RGB (Red+Green+Blue) = 221+171+65=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB41 is #2254BE. Grayscale: #AEAEAE. Windows color (decimal): -2249919 or 4303837. OLE color: 4303837.
HSL color Cylindrical-coordinate representation of color #DDAB41: hue angle of 40.77º 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 #DDAB41 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 65 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.13 |
| HSL | 40.77º | 0.7% | 0.56% | - |
| HSV(B) | 40.77º | 0.71% | 0.87% | - |
| XYZ | 45.34 | 44.88 | 11.27 | - |
| YUV | 173.87 | 66.57 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 65 | 0 | 0.23 | 0.71 | 0.13 | 40.77 | 0.7 | 0.56 |
| Hex | DD | AB | 41 | 0 | 17 | 47 | D | 29 | 46 | 38 |
| Octal | 335 | 253 | 101 | 0 | 27 | 107 | 15 | 51 | 106 | 70 |
| Binary | 11011101 | 10101011 | 1000001 | 0 | 10111 | 1000111 | 1101 | 101001 | 1000110 | 111000 |
Color Harmonies of #DDAB41
Complementary color
Monochromatic Colors of #DDAB41
Black with #DDAB41
Text Example
Text Example
White with #DDAB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB41; }
p { color: rgb(221,171,65); }
H1.HeaderClassName
{
color: #DDAB41;
}
.AnyTagClassName
{
color: #DDAB41;
}
</style>
background-color css
<style>
a { background-color: #DDAB41; }
a { background-color: rgb(221,171,65); }
div.DivClassName
{
background-color: #DDAB41;
}
.BgClassName
{
background-color: #DDAB41;
}
</style>
border-color css
<style>
span { border-color: #DDAB41; }
span { border-color: rgb(221,171,65); }
td.TdClassName
{
border-color: #DDAB41;
}
.TagClassName
{
border-color: #DDAB41;
}
</style>