Shades of Tulip Tree #DBAC40
Tints of Tulip Tree #DBAC40
RGB
CMYK
RGB Variations
Color information
#DBAC40 (or 0xDBAC40) is known color: Tulip Tree. HEX triplet: DB, AC and 40. RGB value is (219,172,64). Sum of RGB (Red+Green+Blue) = 219+172+64=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC40 is #2453BF. Grayscale: #AEAEAE. Windows color (decimal): -2380736 or 4238555. OLE color: 4238555.
HSL color Cylindrical-coordinate representation of color #DBAC40: hue angle of 41.81º 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 #DBAC40 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 64 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.14 |
| HSL | 41.81º | 0.68% | 0.55% | - |
| HSV(B) | 41.81º | 0.71% | 0.86% | - |
| XYZ | 44.89 | 44.94 | 11.16 | - |
| YUV | 173.74 | 66.07 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 64 | 0 | 0.21 | 0.71 | 0.14 | 41.81 | 0.68 | 0.55 |
| Hex | DB | AC | 40 | 0 | 15 | 47 | E | 2A | 44 | 37 |
| Octal | 333 | 254 | 100 | 0 | 25 | 107 | 16 | 52 | 104 | 67 |
| Binary | 11011011 | 10101100 | 1000000 | 0 | 10101 | 1000111 | 1110 | 101010 | 1000100 | 110111 |
Color Harmonies of #DBAC40
Complementary color
Monochromatic Colors of #DBAC40
Black with #DBAC40
Text Example
Text Example
White with #DBAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC40; }
p { color: rgb(219,172,64); }
H1.HeaderClassName
{
color: #DBAC40;
}
.AnyTagClassName
{
color: #DBAC40;
}
</style>
background-color css
<style>
a { background-color: #DBAC40; }
a { background-color: rgb(219,172,64); }
div.DivClassName
{
background-color: #DBAC40;
}
.BgClassName
{
background-color: #DBAC40;
}
</style>
border-color css
<style>
span { border-color: #DBAC40; }
span { border-color: rgb(219,172,64); }
td.TdClassName
{
border-color: #DBAC40;
}
.TagClassName
{
border-color: #DBAC40;
}
</style>