Shades of Tulip Tree #DDA036
Tints of Tulip Tree #DDA036
RGB
CMYK
RGB Variations
Color information
#DDA036 (or 0xDDA036) is known color: Tulip Tree. HEX triplet: DD, A0 and 36. RGB value is (221,160,54). Sum of RGB (Red+Green+Blue) = 221+160+54=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA036 is #225FC9. Grayscale: #A6A6A6. Windows color (decimal): -2252746 or 3580125. OLE color: 3580125.
HSL color Cylindrical-coordinate representation of color #DDA036: hue angle of 38.08º 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 #DDA036 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 54 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.13 |
| HSL | 38.08º | 0.71% | 0.54% | - |
| HSV(B) | 38.08º | 0.76% | 0.87% | - |
| XYZ | 43.06 | 40.78 | 9.09 | - |
| YUV | 166.16 | 64.71 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 54 | 0 | 0.28 | 0.76 | 0.13 | 38.08 | 0.71 | 0.54 |
| Hex | DD | A0 | 36 | 0 | 1C | 4C | D | 26 | 47 | 36 |
| Octal | 335 | 240 | 66 | 0 | 34 | 114 | 15 | 46 | 107 | 66 |
| Binary | 11011101 | 10100000 | 110110 | 0 | 11100 | 1001100 | 1101 | 100110 | 1000111 | 110110 |
Color Harmonies of #DDA036
Complementary color
Monochromatic Colors of #DDA036
Black with #DDA036
Text Example
Text Example
White with #DDA036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA036; }
p { color: rgb(221,160,54); }
H1.HeaderClassName
{
color: #DDA036;
}
.AnyTagClassName
{
color: #DDA036;
}
</style>
background-color css
<style>
a { background-color: #DDA036; }
a { background-color: rgb(221,160,54); }
div.DivClassName
{
background-color: #DDA036;
}
.BgClassName
{
background-color: #DDA036;
}
</style>
border-color css
<style>
span { border-color: #DDA036; }
span { border-color: rgb(221,160,54); }
td.TdClassName
{
border-color: #DDA036;
}
.TagClassName
{
border-color: #DDA036;
}
</style>