Shades of Tulip Tree #DBA037
Tints of Tulip Tree #DBA037
RGB
CMYK
RGB Variations
Color information
#DBA037 (or 0xDBA037) is known color: Tulip Tree. HEX triplet: DB, A0 and 37. RGB value is (219,160,55). Sum of RGB (Red+Green+Blue) = 219+160+55=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA037 is #245FC8. Grayscale: #A6A6A6. Windows color (decimal): -2383817 or 3645659. OLE color: 3645659.
HSL color Cylindrical-coordinate representation of color #DBA037: hue angle of 38.41º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBA037 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 55 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.14 |
| HSL | 38.41º | 0.69% | 0.54% | - |
| HSV(B) | 38.41º | 0.75% | 0.86% | - |
| XYZ | 42.47 | 40.48 | 9.19 | - |
| YUV | 165.67 | 65.55 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 55 | 0 | 0.27 | 0.75 | 0.14 | 38.41 | 0.69 | 0.54 |
| Hex | DB | A0 | 37 | 0 | 1B | 4B | E | 26 | 45 | 36 |
| Octal | 333 | 240 | 67 | 0 | 33 | 113 | 16 | 46 | 105 | 66 |
| Binary | 11011011 | 10100000 | 110111 | 0 | 11011 | 1001011 | 1110 | 100110 | 1000101 | 110110 |
Color Harmonies of #DBA037
Complementary color
Monochromatic Colors of #DBA037
Black with #DBA037
Text Example
Text Example
White with #DBA037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA037; }
p { color: rgb(219,160,55); }
H1.HeaderClassName
{
color: #DBA037;
}
.AnyTagClassName
{
color: #DBA037;
}
</style>
background-color css
<style>
a { background-color: #DBA037; }
a { background-color: rgb(219,160,55); }
div.DivClassName
{
background-color: #DBA037;
}
.BgClassName
{
background-color: #DBA037;
}
</style>
border-color css
<style>
span { border-color: #DBA037; }
span { border-color: rgb(219,160,55); }
td.TdClassName
{
border-color: #DBA037;
}
.TagClassName
{
border-color: #DBA037;
}
</style>