Shades of Tulip Tree #DDAB44
Tints of Tulip Tree #DDAB44
RGB
CMYK
RGB Variations
Color information
#DDAB44 (or 0xDDAB44) is known color: Tulip Tree. HEX triplet: DD, AB and 44. RGB value is (221,171,68). Sum of RGB (Red+Green+Blue) = 221+171+68=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB44 is #2254BB. Grayscale: #AEAEAE. Windows color (decimal): -2249916 or 4500445. OLE color: 4500445.
HSL color Cylindrical-coordinate representation of color #DDAB44: hue angle of 40.39º 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 #DDAB44 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 68 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.13 |
| HSL | 40.39º | 0.69% | 0.57% | - |
| HSV(B) | 40.39º | 0.69% | 0.87% | - |
| XYZ | 45.43 | 44.92 | 11.74 | - |
| YUV | 174.21 | 68.07 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 68 | 0 | 0.23 | 0.69 | 0.13 | 40.39 | 0.69 | 0.57 |
| Hex | DD | AB | 44 | 0 | 17 | 45 | D | 28 | 45 | 39 |
| Octal | 335 | 253 | 104 | 0 | 27 | 105 | 15 | 50 | 105 | 71 |
| Binary | 11011101 | 10101011 | 1000100 | 0 | 10111 | 1000101 | 1101 | 101000 | 1000101 | 111001 |
Color Harmonies of #DDAB44
Complementary color
Monochromatic Colors of #DDAB44
Black with #DDAB44
Text Example
Text Example
White with #DDAB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB44; }
p { color: rgb(221,171,68); }
H1.HeaderClassName
{
color: #DDAB44;
}
.AnyTagClassName
{
color: #DDAB44;
}
</style>
background-color css
<style>
a { background-color: #DDAB44; }
a { background-color: rgb(221,171,68); }
div.DivClassName
{
background-color: #DDAB44;
}
.BgClassName
{
background-color: #DDAB44;
}
</style>
border-color css
<style>
span { border-color: #DDAB44; }
span { border-color: rgb(221,171,68); }
td.TdClassName
{
border-color: #DDAB44;
}
.TagClassName
{
border-color: #DDAB44;
}
</style>