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