Shades of Tulip Tree #DDA136
Tints of Tulip Tree #DDA136
RGB
CMYK
RGB Variations
Color information
#DDA136 (or 0xDDA136) is known color: Tulip Tree. HEX triplet: DD, A1 and 36. RGB value is (221,161,54). Sum of RGB (Red+Green+Blue) = 221+161+54=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA136 is #225EC9. Grayscale: #A7A7A7. Windows color (decimal): -2252490 or 3580381. OLE color: 3580381.
HSL color Cylindrical-coordinate representation of color #DDA136: hue angle of 38.44º 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 #DDA136 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 54 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.13 |
| HSL | 38.44º | 0.71% | 0.54% | - |
| HSV(B) | 38.44º | 0.76% | 0.87% | - |
| XYZ | 43.23 | 41.13 | 9.15 | - |
| YUV | 166.74 | 64.38 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 54 | 0 | 0.27 | 0.76 | 0.13 | 38.44 | 0.71 | 0.54 |
| Hex | DD | A1 | 36 | 0 | 1B | 4C | D | 26 | 47 | 36 |
| Octal | 335 | 241 | 66 | 0 | 33 | 114 | 15 | 46 | 107 | 66 |
| Binary | 11011101 | 10100001 | 110110 | 0 | 11011 | 1001100 | 1101 | 100110 | 1000111 | 110110 |
Color Harmonies of #DDA136
Complementary color
Monochromatic Colors of #DDA136
Black with #DDA136
Text Example
Text Example
White with #DDA136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA136; }
p { color: rgb(221,161,54); }
H1.HeaderClassName
{
color: #DDA136;
}
.AnyTagClassName
{
color: #DDA136;
}
</style>
background-color css
<style>
a { background-color: #DDA136; }
a { background-color: rgb(221,161,54); }
div.DivClassName
{
background-color: #DDA136;
}
.BgClassName
{
background-color: #DDA136;
}
</style>
border-color css
<style>
span { border-color: #DDA136; }
span { border-color: rgb(221,161,54); }
td.TdClassName
{
border-color: #DDA136;
}
.TagClassName
{
border-color: #DDA136;
}
</style>