Shades of Tulip Tree #DBAB40
Tints of Tulip Tree #DBAB40
RGB
CMYK
RGB Variations
Color information
#DBAB40 (or 0xDBAB40) is known color: Tulip Tree. HEX triplet: DB, AB and 40. RGB value is (219,171,64). Sum of RGB (Red+Green+Blue) = 219+171+64=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB40 is #2454BF. Grayscale: #ADADAD. Windows color (decimal): -2380992 or 4238299. OLE color: 4238299.
HSL color Cylindrical-coordinate representation of color #DBAB40: hue angle of 41.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBAB40 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 64 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.14 |
| HSL | 41.42º | 0.68% | 0.55% | - |
| HSV(B) | 41.42º | 0.71% | 0.86% | - |
| XYZ | 44.7 | 44.56 | 11.09 | - |
| YUV | 173.15 | 66.4 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 64 | 0 | 0.22 | 0.71 | 0.14 | 41.42 | 0.68 | 0.55 |
| Hex | DB | AB | 40 | 0 | 16 | 47 | E | 29 | 44 | 37 |
| Octal | 333 | 253 | 100 | 0 | 26 | 107 | 16 | 51 | 104 | 67 |
| Binary | 11011011 | 10101011 | 1000000 | 0 | 10110 | 1000111 | 1110 | 101001 | 1000100 | 110111 |
Color Harmonies of #DBAB40
Complementary color
Monochromatic Colors of #DBAB40
Black with #DBAB40
Text Example
Text Example
White with #DBAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB40; }
p { color: rgb(219,171,64); }
H1.HeaderClassName
{
color: #DBAB40;
}
.AnyTagClassName
{
color: #DBAB40;
}
</style>
background-color css
<style>
a { background-color: #DBAB40; }
a { background-color: rgb(219,171,64); }
div.DivClassName
{
background-color: #DBAB40;
}
.BgClassName
{
background-color: #DBAB40;
}
</style>
border-color css
<style>
span { border-color: #DBAB40; }
span { border-color: rgb(219,171,64); }
td.TdClassName
{
border-color: #DBAB40;
}
.TagClassName
{
border-color: #DBAB40;
}
</style>