Shades of Tulip Tree #DBA235
Tints of Tulip Tree #DBA235
RGB
CMYK
RGB Variations
Color information
#DBA235 (or 0xDBA235) is known color: Tulip Tree. HEX triplet: DB, A2 and 35. RGB value is (219,162,53). Sum of RGB (Red+Green+Blue) = 219+162+53=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA235 is #245DCA. Grayscale: #A7A7A7. Windows color (decimal): -2383307 or 3515099. OLE color: 3515099.
HSL color Cylindrical-coordinate representation of color #DBA235: hue angle of 39.4º 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 #DBA235 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 53 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.14 |
| HSL | 39.4º | 0.7% | 0.53% | - |
| HSV(B) | 39.4º | 0.76% | 0.86% | - |
| XYZ | 42.78 | 41.16 | 9.06 | - |
| YUV | 166.62 | 63.88 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 53 | 0 | 0.26 | 0.76 | 0.14 | 39.4 | 0.7 | 0.53 |
| Hex | DB | A2 | 35 | 0 | 1A | 4C | E | 27 | 46 | 35 |
| Octal | 333 | 242 | 65 | 0 | 32 | 114 | 16 | 47 | 106 | 65 |
| Binary | 11011011 | 10100010 | 110101 | 0 | 11010 | 1001100 | 1110 | 100111 | 1000110 | 110101 |
Color Harmonies of #DBA235
Complementary color
Monochromatic Colors of #DBA235
Black with #DBA235
Text Example
Text Example
White with #DBA235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA235; }
p { color: rgb(219,162,53); }
H1.HeaderClassName
{
color: #DBA235;
}
.AnyTagClassName
{
color: #DBA235;
}
</style>
background-color css
<style>
a { background-color: #DBA235; }
a { background-color: rgb(219,162,53); }
div.DivClassName
{
background-color: #DBA235;
}
.BgClassName
{
background-color: #DBA235;
}
</style>
border-color css
<style>
span { border-color: #DBA235; }
span { border-color: rgb(219,162,53); }
td.TdClassName
{
border-color: #DBA235;
}
.TagClassName
{
border-color: #DBA235;
}
</style>