Shades of Tulip Tree #D9A037
Tints of Tulip Tree #D9A037
RGB
CMYK
RGB Variations
Color information
#D9A037 (or 0xD9A037) is known color: Tulip Tree. HEX triplet: D9, A0 and 37. RGB value is (217,160,55). Sum of RGB (Red+Green+Blue) = 217+160+55=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 55 (21.88% from 255 or 12.73% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A037 is #265FC8. Grayscale: #A5A5A5. Windows color (decimal): -2514889 or 3645657. OLE color: 3645657.
HSL color Cylindrical-coordinate representation of color #D9A037: hue angle of 38.89º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9A037 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 55 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.15 |
| HSL | 38.89º | 0.68% | 0.53% | - |
| HSV(B) | 38.89º | 0.75% | 0.85% | - |
| XYZ | 41.88 | 40.17 | 9.16 | - |
| YUV | 165.07 | 65.88 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 55 | 0 | 0.26 | 0.75 | 0.15 | 38.89 | 0.68 | 0.53 |
| Hex | D9 | A0 | 37 | 0 | 1A | 4B | F | 27 | 44 | 35 |
| Octal | 331 | 240 | 67 | 0 | 32 | 113 | 17 | 47 | 104 | 65 |
| Binary | 11011001 | 10100000 | 110111 | 0 | 11010 | 1001011 | 1111 | 100111 | 1000100 | 110101 |
Color Harmonies of #D9A037
Complementary color
Monochromatic Colors of #D9A037
Black with #D9A037
Text Example
Text Example
White with #D9A037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A037; }
p { color: rgb(217,160,55); }
H1.HeaderClassName
{
color: #D9A037;
}
.AnyTagClassName
{
color: #D9A037;
}
</style>
background-color css
<style>
a { background-color: #D9A037; }
a { background-color: rgb(217,160,55); }
div.DivClassName
{
background-color: #D9A037;
}
.BgClassName
{
background-color: #D9A037;
}
</style>
border-color css
<style>
span { border-color: #D9A037; }
span { border-color: rgb(217,160,55); }
td.TdClassName
{
border-color: #D9A037;
}
.TagClassName
{
border-color: #D9A037;
}
</style>