Shades of Tulip Tree #DBA335
Tints of Tulip Tree #DBA335
RGB
CMYK
RGB Variations
Color information
#DBA335 (or 0xDBA335) is known color: Tulip Tree. HEX triplet: DB, A3 and 35. RGB value is (219,163,53). Sum of RGB (Red+Green+Blue) = 219+163+53=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA335 is #245CCA. Grayscale: #A7A7A7. Windows color (decimal): -2383051 or 3515355. OLE color: 3515355.
HSL color Cylindrical-coordinate representation of color #DBA335: hue angle of 39.76º 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 #DBA335 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 53 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.14 |
| HSL | 39.76º | 0.7% | 0.53% | - |
| HSV(B) | 39.76º | 0.76% | 0.86% | - |
| XYZ | 42.95 | 41.51 | 9.12 | - |
| YUV | 167.2 | 63.55 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 53 | 0 | 0.26 | 0.76 | 0.14 | 39.76 | 0.7 | 0.53 |
| Hex | DB | A3 | 35 | 0 | 1A | 4C | E | 28 | 46 | 35 |
| Octal | 333 | 243 | 65 | 0 | 32 | 114 | 16 | 50 | 106 | 65 |
| Binary | 11011011 | 10100011 | 110101 | 0 | 11010 | 1001100 | 1110 | 101000 | 1000110 | 110101 |
Color Harmonies of #DBA335
Complementary color
Monochromatic Colors of #DBA335
Black with #DBA335
Text Example
Text Example
White with #DBA335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA335; }
p { color: rgb(219,163,53); }
H1.HeaderClassName
{
color: #DBA335;
}
.AnyTagClassName
{
color: #DBA335;
}
</style>
background-color css
<style>
a { background-color: #DBA335; }
a { background-color: rgb(219,163,53); }
div.DivClassName
{
background-color: #DBA335;
}
.BgClassName
{
background-color: #DBA335;
}
</style>
border-color css
<style>
span { border-color: #DBA335; }
span { border-color: rgb(219,163,53); }
td.TdClassName
{
border-color: #DBA335;
}
.TagClassName
{
border-color: #DBA335;
}
</style>