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