Shades of Tulip Tree #DDAB36
Tints of Tulip Tree #DDAB36
RGB
CMYK
RGB Variations
Color information
#DDAB36 (or 0xDDAB36) is known color: Tulip Tree. HEX triplet: DD, AB and 36. RGB value is (221,171,54). Sum of RGB (Red+Green+Blue) = 221+171+54=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 54 (21.48% from 255 or 12.11% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB36 is #2254C9. Grayscale: #ADADAD. Windows color (decimal): -2249930 or 3582941. OLE color: 3582941.
HSL color Cylindrical-coordinate representation of color #DDAB36: hue angle of 42.04º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDAB36 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 54 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.13 |
| HSL | 42.04º | 0.71% | 0.54% | - |
| HSV(B) | 42.04º | 0.76% | 0.87% | - |
| XYZ | 45.05 | 44.76 | 9.76 | - |
| YUV | 172.61 | 61.07 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 54 | 0 | 0.23 | 0.76 | 0.13 | 42.04 | 0.71 | 0.54 |
| Hex | DD | AB | 36 | 0 | 17 | 4C | D | 2A | 47 | 36 |
| Octal | 335 | 253 | 66 | 0 | 27 | 114 | 15 | 52 | 107 | 66 |
| Binary | 11011101 | 10101011 | 110110 | 0 | 10111 | 1001100 | 1101 | 101010 | 1000111 | 110110 |
Color Harmonies of #DDAB36
Complementary color
Monochromatic Colors of #DDAB36
Black with #DDAB36
Text Example
Text Example
White with #DDAB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB36; }
p { color: rgb(221,171,54); }
H1.HeaderClassName
{
color: #DDAB36;
}
.AnyTagClassName
{
color: #DDAB36;
}
</style>
background-color css
<style>
a { background-color: #DDAB36; }
a { background-color: rgb(221,171,54); }
div.DivClassName
{
background-color: #DDAB36;
}
.BgClassName
{
background-color: #DDAB36;
}
</style>
border-color css
<style>
span { border-color: #DDAB36; }
span { border-color: rgb(221,171,54); }
td.TdClassName
{
border-color: #DDAB36;
}
.TagClassName
{
border-color: #DDAB36;
}
</style>