Shades of Tulip Tree #DBAD40
Tints of Tulip Tree #DBAD40
RGB
CMYK
RGB Variations
Color information
#DBAD40 (or 0xDBAD40) is known color: Tulip Tree. HEX triplet: DB, AD and 40. RGB value is (219,173,64). Sum of RGB (Red+Green+Blue) = 219+173+64=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD40 is #2452BF. Grayscale: #AEAEAE. Windows color (decimal): -2380480 or 4238811. OLE color: 4238811.
HSL color Cylindrical-coordinate representation of color #DBAD40: hue angle of 42.19º 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 #DBAD40 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 64 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.14 |
| HSL | 42.19º | 0.68% | 0.55% | - |
| HSV(B) | 42.19º | 0.71% | 0.86% | - |
| XYZ | 45.08 | 45.32 | 11.22 | - |
| YUV | 174.33 | 65.74 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 64 | 0 | 0.21 | 0.71 | 0.14 | 42.19 | 0.68 | 0.55 |
| Hex | DB | AD | 40 | 0 | 15 | 47 | E | 2A | 44 | 37 |
| Octal | 333 | 255 | 100 | 0 | 25 | 107 | 16 | 52 | 104 | 67 |
| Binary | 11011011 | 10101101 | 1000000 | 0 | 10101 | 1000111 | 1110 | 101010 | 1000100 | 110111 |
Color Harmonies of #DBAD40
Complementary color
Monochromatic Colors of #DBAD40
Black with #DBAD40
Text Example
Text Example
White with #DBAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD40; }
p { color: rgb(219,173,64); }
H1.HeaderClassName
{
color: #DBAD40;
}
.AnyTagClassName
{
color: #DBAD40;
}
</style>
background-color css
<style>
a { background-color: #DBAD40; }
a { background-color: rgb(219,173,64); }
div.DivClassName
{
background-color: #DBAD40;
}
.BgClassName
{
background-color: #DBAD40;
}
</style>
border-color css
<style>
span { border-color: #DBAD40; }
span { border-color: rgb(219,173,64); }
td.TdClassName
{
border-color: #DBAD40;
}
.TagClassName
{
border-color: #DBAD40;
}
</style>