Shades of Tulip Tree #DBA437
Tints of Tulip Tree #DBA437
RGB
CMYK
RGB Variations
Color information
#DBA437 (or 0xDBA437) is known color: Tulip Tree. HEX triplet: DB, A4 and 37. RGB value is (219,164,55). Sum of RGB (Red+Green+Blue) = 219+164+55=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA437 is #245BC8. Grayscale: #A8A8A8. Windows color (decimal): -2382793 or 3646683. OLE color: 3646683.
HSL color Cylindrical-coordinate representation of color #DBA437: hue angle of 39.88º 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 #DBA437 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 55 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.14 |
| HSL | 39.88º | 0.69% | 0.54% | - |
| HSV(B) | 39.88º | 0.75% | 0.86% | - |
| XYZ | 43.18 | 41.89 | 9.42 | - |
| YUV | 168.02 | 64.22 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 55 | 0 | 0.25 | 0.75 | 0.14 | 39.88 | 0.69 | 0.54 |
| Hex | DB | A4 | 37 | 0 | 19 | 4B | E | 28 | 45 | 36 |
| Octal | 333 | 244 | 67 | 0 | 31 | 113 | 16 | 50 | 105 | 66 |
| Binary | 11011011 | 10100100 | 110111 | 0 | 11001 | 1001011 | 1110 | 101000 | 1000101 | 110110 |
Color Harmonies of #DBA437
Complementary color
Monochromatic Colors of #DBA437
Black with #DBA437
Text Example
Text Example
White with #DBA437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA437; }
p { color: rgb(219,164,55); }
H1.HeaderClassName
{
color: #DBA437;
}
.AnyTagClassName
{
color: #DBA437;
}
</style>
background-color css
<style>
a { background-color: #DBA437; }
a { background-color: rgb(219,164,55); }
div.DivClassName
{
background-color: #DBA437;
}
.BgClassName
{
background-color: #DBA437;
}
</style>
border-color css
<style>
span { border-color: #DBA437; }
span { border-color: rgb(219,164,55); }
td.TdClassName
{
border-color: #DBA437;
}
.TagClassName
{
border-color: #DBA437;
}
</style>