Shades of Tulip Tree #DBA534
Tints of Tulip Tree #DBA534
RGB
CMYK
RGB Variations
Color information
#DBA534 (or 0xDBA534) is known color: Tulip Tree. HEX triplet: DB, A5 and 34. RGB value is (219,165,52). Sum of RGB (Red+Green+Blue) = 219+165+52=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA534 is #245ACB. Grayscale: #A8A8A8. Windows color (decimal): -2382540 or 3450331. OLE color: 3450331.
HSL color Cylindrical-coordinate representation of color #DBA534: hue angle of 40.6º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBA534 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 52 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.14 |
| HSL | 40.6º | 0.7% | 0.53% | - |
| HSV(B) | 40.6º | 0.76% | 0.86% | - |
| XYZ | 43.29 | 42.22 | 9.12 | - |
| YUV | 168.26 | 62.39 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 52 | 0 | 0.25 | 0.76 | 0.14 | 40.6 | 0.7 | 0.53 |
| Hex | DB | A5 | 34 | 0 | 19 | 4C | E | 29 | 46 | 35 |
| Octal | 333 | 245 | 64 | 0 | 31 | 114 | 16 | 51 | 106 | 65 |
| Binary | 11011011 | 10100101 | 110100 | 0 | 11001 | 1001100 | 1110 | 101001 | 1000110 | 110101 |
Color Harmonies of #DBA534
Complementary color
Monochromatic Colors of #DBA534
Black with #DBA534
Text Example
Text Example
White with #DBA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA534; }
p { color: rgb(219,165,52); }
H1.HeaderClassName
{
color: #DBA534;
}
.AnyTagClassName
{
color: #DBA534;
}
</style>
background-color css
<style>
a { background-color: #DBA534; }
a { background-color: rgb(219,165,52); }
div.DivClassName
{
background-color: #DBA534;
}
.BgClassName
{
background-color: #DBA534;
}
</style>
border-color css
<style>
span { border-color: #DBA534; }
span { border-color: rgb(219,165,52); }
td.TdClassName
{
border-color: #DBA534;
}
.TagClassName
{
border-color: #DBA534;
}
</style>