Shades of Tulip Tree #DBAB39
Tints of Tulip Tree #DBAB39
RGB
CMYK
RGB Variations
Color information
#DBAB39 (or 0xDBAB39) is known color: Tulip Tree. HEX triplet: DB, AB and 39. RGB value is (219,171,57). Sum of RGB (Red+Green+Blue) = 219+171+57=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 57 (22.66% from 255 or 12.75% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB39 is #2454C6. Grayscale: #ACACAC. Windows color (decimal): -2380999 or 3779547. OLE color: 3779547.
HSL color Cylindrical-coordinate representation of color #DBAB39: hue angle of 42.22º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBAB39 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 57 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.14 |
| HSL | 42.22º | 0.69% | 0.54% | - |
| HSV(B) | 42.22º | 0.74% | 0.86% | - |
| XYZ | 44.51 | 44.48 | 10.11 | - |
| YUV | 172.36 | 62.9 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 57 | 0 | 0.22 | 0.74 | 0.14 | 42.22 | 0.69 | 0.54 |
| Hex | DB | AB | 39 | 0 | 16 | 4A | E | 2A | 45 | 36 |
| Octal | 333 | 253 | 71 | 0 | 26 | 112 | 16 | 52 | 105 | 66 |
| Binary | 11011011 | 10101011 | 111001 | 0 | 10110 | 1001010 | 1110 | 101010 | 1000101 | 110110 |
Color Harmonies of #DBAB39
Complementary color
Monochromatic Colors of #DBAB39
Black with #DBAB39
Text Example
Text Example
White with #DBAB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB39; }
p { color: rgb(219,171,57); }
H1.HeaderClassName
{
color: #DBAB39;
}
.AnyTagClassName
{
color: #DBAB39;
}
</style>
background-color css
<style>
a { background-color: #DBAB39; }
a { background-color: rgb(219,171,57); }
div.DivClassName
{
background-color: #DBAB39;
}
.BgClassName
{
background-color: #DBAB39;
}
</style>
border-color css
<style>
span { border-color: #DBAB39; }
span { border-color: rgb(219,171,57); }
td.TdClassName
{
border-color: #DBAB39;
}
.TagClassName
{
border-color: #DBAB39;
}
</style>