Shades of Tulip Tree #DDA537
Tints of Tulip Tree #DDA537
RGB
CMYK
RGB Variations
Color information
#DDA537 (or 0xDDA537) is known color: Tulip Tree. HEX triplet: DD, A5 and 37. RGB value is (221,165,55). Sum of RGB (Red+Green+Blue) = 221+165+55=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA537 is #225AC8. Grayscale: #A9A9A9. Windows color (decimal): -2251465 or 3646941. OLE color: 3646941.
HSL color Cylindrical-coordinate representation of color #DDA537: hue angle of 39.76º 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 #DDA537 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 55 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.13 |
| HSL | 39.76º | 0.71% | 0.54% | - |
| HSV(B) | 39.76º | 0.75% | 0.87% | - |
| XYZ | 43.96 | 42.56 | 9.51 | - |
| YUV | 169.2 | 63.55 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 55 | 0 | 0.25 | 0.75 | 0.13 | 39.76 | 0.71 | 0.54 |
| Hex | DD | A5 | 37 | 0 | 19 | 4B | D | 28 | 47 | 36 |
| Octal | 335 | 245 | 67 | 0 | 31 | 113 | 15 | 50 | 107 | 66 |
| Binary | 11011101 | 10100101 | 110111 | 0 | 11001 | 1001011 | 1101 | 101000 | 1000111 | 110110 |
Color Harmonies of #DDA537
Complementary color
Monochromatic Colors of #DDA537
Black with #DDA537
Text Example
Text Example
White with #DDA537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA537; }
p { color: rgb(221,165,55); }
H1.HeaderClassName
{
color: #DDA537;
}
.AnyTagClassName
{
color: #DDA537;
}
</style>
background-color css
<style>
a { background-color: #DDA537; }
a { background-color: rgb(221,165,55); }
div.DivClassName
{
background-color: #DDA537;
}
.BgClassName
{
background-color: #DDA537;
}
</style>
border-color css
<style>
span { border-color: #DDA537; }
span { border-color: rgb(221,165,55); }
td.TdClassName
{
border-color: #DDA537;
}
.TagClassName
{
border-color: #DDA537;
}
</style>