Shades of Tulip Tree #DBAC41
Tints of Tulip Tree #DBAC41
RGB
CMYK
RGB Variations
Color information
#DBAC41 (or 0xDBAC41) is known color: Tulip Tree. HEX triplet: DB, AC and 41. RGB value is (219,172,65). Sum of RGB (Red+Green+Blue) = 219+172+65=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC41 is #2453BE. Grayscale: #AEAEAE. Windows color (decimal): -2380735 or 4304091. OLE color: 4304091.
HSL color Cylindrical-coordinate representation of color #DBAC41: hue angle of 41.69º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBAC41 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 65 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.14 |
| HSL | 41.69º | 0.68% | 0.56% | - |
| HSV(B) | 41.69º | 0.7% | 0.86% | - |
| XYZ | 44.92 | 44.95 | 11.31 | - |
| YUV | 173.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 65 | 0 | 0.21 | 0.70 | 0.14 | 41.69 | 0.68 | 0.56 |
| Hex | DB | AC | 41 | 0 | 15 | 46 | E | 2A | 44 | 38 |
| Octal | 333 | 254 | 101 | 0 | 25 | 106 | 16 | 52 | 104 | 70 |
| Binary | 11011011 | 10101100 | 1000001 | 0 | 10101 | 1000110 | 1110 | 101010 | 1000100 | 111000 |
Color Harmonies of #DBAC41
Complementary color
Monochromatic Colors of #DBAC41
Black with #DBAC41
Text Example
Text Example
White with #DBAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC41; }
p { color: rgb(219,172,65); }
H1.HeaderClassName
{
color: #DBAC41;
}
.AnyTagClassName
{
color: #DBAC41;
}
</style>
background-color css
<style>
a { background-color: #DBAC41; }
a { background-color: rgb(219,172,65); }
div.DivClassName
{
background-color: #DBAC41;
}
.BgClassName
{
background-color: #DBAC41;
}
</style>
border-color css
<style>
span { border-color: #DBAC41; }
span { border-color: rgb(219,172,65); }
td.TdClassName
{
border-color: #DBAC41;
}
.TagClassName
{
border-color: #DBAC41;
}
</style>