Shades of Tulip Tree #DBA137
Tints of Tulip Tree #DBA137
RGB
CMYK
RGB Variations
Color information
#DBA137 (or 0xDBA137) is known color: Tulip Tree. HEX triplet: DB, A1 and 37. RGB value is (219,161,55). Sum of RGB (Red+Green+Blue) = 219+161+55=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA137 is #245EC8. Grayscale: #A6A6A6. Windows color (decimal): -2383561 or 3645915. OLE color: 3645915.
HSL color Cylindrical-coordinate representation of color #DBA137: hue angle of 38.78º 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 #DBA137 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 55 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.14 |
| HSL | 38.78º | 0.69% | 0.54% | - |
| HSV(B) | 38.78º | 0.75% | 0.86% | - |
| XYZ | 42.65 | 40.83 | 9.25 | - |
| YUV | 166.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 55 | 0 | 0.26 | 0.75 | 0.14 | 38.78 | 0.69 | 0.54 |
| Hex | DB | A1 | 37 | 0 | 1A | 4B | E | 27 | 45 | 36 |
| Octal | 333 | 241 | 67 | 0 | 32 | 113 | 16 | 47 | 105 | 66 |
| Binary | 11011011 | 10100001 | 110111 | 0 | 11010 | 1001011 | 1110 | 100111 | 1000101 | 110110 |
Color Harmonies of #DBA137
Complementary color
Monochromatic Colors of #DBA137
Black with #DBA137
Text Example
Text Example
White with #DBA137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA137; }
p { color: rgb(219,161,55); }
H1.HeaderClassName
{
color: #DBA137;
}
.AnyTagClassName
{
color: #DBA137;
}
</style>
background-color css
<style>
a { background-color: #DBA137; }
a { background-color: rgb(219,161,55); }
div.DivClassName
{
background-color: #DBA137;
}
.BgClassName
{
background-color: #DBA137;
}
</style>
border-color css
<style>
span { border-color: #DBA137; }
span { border-color: rgb(219,161,55); }
td.TdClassName
{
border-color: #DBA137;
}
.TagClassName
{
border-color: #DBA137;
}
</style>