Shades of Tulip Tree #DDA337
Tints of Tulip Tree #DDA337
RGB
CMYK
RGB Variations
Color information
#DDA337 (or 0xDDA337) is known color: Tulip Tree. HEX triplet: DD, A3 and 37. RGB value is (221,163,55). Sum of RGB (Red+Green+Blue) = 221+163+55=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA337 is #225CC8. Grayscale: #A8A8A8. Windows color (decimal): -2251977 or 3646429. OLE color: 3646429.
HSL color Cylindrical-coordinate representation of color #DDA337: hue angle of 39.04º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDA337 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 55 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.13 |
| HSL | 39.04º | 0.71% | 0.54% | - |
| HSV(B) | 39.04º | 0.75% | 0.87% | - |
| XYZ | 43.61 | 41.84 | 9.39 | - |
| YUV | 168.03 | 64.22 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 55 | 0 | 0.26 | 0.75 | 0.13 | 39.04 | 0.71 | 0.54 |
| Hex | DD | A3 | 37 | 0 | 1A | 4B | D | 27 | 47 | 36 |
| Octal | 335 | 243 | 67 | 0 | 32 | 113 | 15 | 47 | 107 | 66 |
| Binary | 11011101 | 10100011 | 110111 | 0 | 11010 | 1001011 | 1101 | 100111 | 1000111 | 110110 |
Color Harmonies of #DDA337
Complementary color
Monochromatic Colors of #DDA337
Black with #DDA337
Text Example
Text Example
White with #DDA337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA337; }
p { color: rgb(221,163,55); }
H1.HeaderClassName
{
color: #DDA337;
}
.AnyTagClassName
{
color: #DDA337;
}
</style>
background-color css
<style>
a { background-color: #DDA337; }
a { background-color: rgb(221,163,55); }
div.DivClassName
{
background-color: #DDA337;
}
.BgClassName
{
background-color: #DDA337;
}
</style>
border-color css
<style>
span { border-color: #DDA337; }
span { border-color: rgb(221,163,55); }
td.TdClassName
{
border-color: #DDA337;
}
.TagClassName
{
border-color: #DDA337;
}
</style>