Shades of Tulip Tree #DBA537
Tints of Tulip Tree #DBA537
RGB
CMYK
RGB Variations
Color information
#DBA537 (or 0xDBA537) is known color: Tulip Tree. HEX triplet: DB, A5 and 37. RGB value is (219,165,55). Sum of RGB (Red+Green+Blue) = 219+165+55=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA537 is #245AC8. Grayscale: #A9A9A9. Windows color (decimal): -2382537 or 3646939. OLE color: 3646939.
HSL color Cylindrical-coordinate representation of color #DBA537: hue angle of 40.24º 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 #DBA537 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 55 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.14 |
| HSL | 40.24º | 0.69% | 0.54% | - |
| HSV(B) | 40.24º | 0.75% | 0.86% | - |
| XYZ | 43.36 | 42.25 | 9.48 | - |
| YUV | 168.61 | 63.89 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 55 | 0 | 0.25 | 0.75 | 0.14 | 40.24 | 0.69 | 0.54 |
| Hex | DB | A5 | 37 | 0 | 19 | 4B | E | 28 | 45 | 36 |
| Octal | 333 | 245 | 67 | 0 | 31 | 113 | 16 | 50 | 105 | 66 |
| Binary | 11011011 | 10100101 | 110111 | 0 | 11001 | 1001011 | 1110 | 101000 | 1000101 | 110110 |
Color Harmonies of #DBA537
Complementary color
Monochromatic Colors of #DBA537
Black with #DBA537
Text Example
Text Example
White with #DBA537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA537; }
p { color: rgb(219,165,55); }
H1.HeaderClassName
{
color: #DBA537;
}
.AnyTagClassName
{
color: #DBA537;
}
</style>
background-color css
<style>
a { background-color: #DBA537; }
a { background-color: rgb(219,165,55); }
div.DivClassName
{
background-color: #DBA537;
}
.BgClassName
{
background-color: #DBA537;
}
</style>
border-color css
<style>
span { border-color: #DBA537; }
span { border-color: rgb(219,165,55); }
td.TdClassName
{
border-color: #DBA537;
}
.TagClassName
{
border-color: #DBA537;
}
</style>