Shades of Tulip Tree #DBAB45
Tints of Tulip Tree #DBAB45
RGB
CMYK
RGB Variations
Color information
#DBAB45 (or 0xDBAB45) is known color: Tulip Tree. HEX triplet: DB, AB and 45. RGB value is (219,171,69). Sum of RGB (Red+Green+Blue) = 219+171+69=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB45 is #2454BA. Grayscale: #AEAEAE. Windows color (decimal): -2380987 or 4565979. OLE color: 4565979.
HSL color Cylindrical-coordinate representation of color #DBAB45: hue angle of 40.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBAB45 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 69 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.14 |
| HSL | 40.8º | 0.68% | 0.56% | - |
| HSV(B) | 40.8º | 0.68% | 0.86% | - |
| XYZ | 44.85 | 44.62 | 11.88 | - |
| YUV | 173.72 | 68.9 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 69 | 0 | 0.22 | 0.68 | 0.14 | 40.8 | 0.68 | 0.56 |
| Hex | DB | AB | 45 | 0 | 16 | 44 | E | 29 | 44 | 38 |
| Octal | 333 | 253 | 105 | 0 | 26 | 104 | 16 | 51 | 104 | 70 |
| Binary | 11011011 | 10101011 | 1000101 | 0 | 10110 | 1000100 | 1110 | 101001 | 1000100 | 111000 |
Color Harmonies of #DBAB45
Complementary color
Monochromatic Colors of #DBAB45
Black with #DBAB45
Text Example
Text Example
White with #DBAB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB45; }
p { color: rgb(219,171,69); }
H1.HeaderClassName
{
color: #DBAB45;
}
.AnyTagClassName
{
color: #DBAB45;
}
</style>
background-color css
<style>
a { background-color: #DBAB45; }
a { background-color: rgb(219,171,69); }
div.DivClassName
{
background-color: #DBAB45;
}
.BgClassName
{
background-color: #DBAB45;
}
</style>
border-color css
<style>
span { border-color: #DBAB45; }
span { border-color: rgb(219,171,69); }
td.TdClassName
{
border-color: #DBAB45;
}
.TagClassName
{
border-color: #DBAB45;
}
</style>