Shades of Tulip Tree #DDAB38
Tints of Tulip Tree #DDAB38
RGB
CMYK
RGB Variations
Color information
#DDAB38 (or 0xDDAB38) is known color: Tulip Tree. HEX triplet: DD, AB and 38. RGB value is (221,171,56). Sum of RGB (Red+Green+Blue) = 221+171+56=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB38 is #2254C7. Grayscale: #ADADAD. Windows color (decimal): -2249928 or 3714013. OLE color: 3714013.
HSL color Cylindrical-coordinate representation of color #DDAB38: hue angle of 41.82º 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 #DDAB38 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 56 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.13 |
| HSL | 41.82º | 0.71% | 0.54% | - |
| HSV(B) | 41.82º | 0.75% | 0.87% | - |
| XYZ | 45.1 | 44.78 | 10.01 | - |
| YUV | 172.84 | 62.07 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 56 | 0 | 0.23 | 0.75 | 0.13 | 41.82 | 0.71 | 0.54 |
| Hex | DD | AB | 38 | 0 | 17 | 4B | D | 2A | 47 | 36 |
| Octal | 335 | 253 | 70 | 0 | 27 | 113 | 15 | 52 | 107 | 66 |
| Binary | 11011101 | 10101011 | 111000 | 0 | 10111 | 1001011 | 1101 | 101010 | 1000111 | 110110 |
Color Harmonies of #DDAB38
Complementary color
Monochromatic Colors of #DDAB38
Black with #DDAB38
Text Example
Text Example
White with #DDAB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB38; }
p { color: rgb(221,171,56); }
H1.HeaderClassName
{
color: #DDAB38;
}
.AnyTagClassName
{
color: #DDAB38;
}
</style>
background-color css
<style>
a { background-color: #DDAB38; }
a { background-color: rgb(221,171,56); }
div.DivClassName
{
background-color: #DDAB38;
}
.BgClassName
{
background-color: #DDAB38;
}
</style>
border-color css
<style>
span { border-color: #DDAB38; }
span { border-color: rgb(221,171,56); }
td.TdClassName
{
border-color: #DDAB38;
}
.TagClassName
{
border-color: #DDAB38;
}
</style>