Shades of Tulip Tree #DBAC3F
Tints of Tulip Tree #DBAC3F
RGB
CMYK
RGB Variations
Color information
#DBAC3F (or 0xDBAC3F) is known color: Tulip Tree. HEX triplet: DB, AC and 3F. RGB value is (219,172,63). Sum of RGB (Red+Green+Blue) = 219+172+63=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC3F is #2453C0. Grayscale: #AEAEAE. Windows color (decimal): -2380737 or 4173019. OLE color: 4173019.
HSL color Cylindrical-coordinate representation of color #DBAC3F: hue angle of 41.92º 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 #DBAC3F is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 63 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.14 |
| HSL | 41.92º | 0.68% | 0.55% | - |
| HSV(B) | 41.92º | 0.71% | 0.86% | - |
| XYZ | 44.86 | 44.92 | 11.01 | - |
| YUV | 173.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 63 | 0 | 0.21 | 0.71 | 0.14 | 41.92 | 0.68 | 0.55 |
| Hex | DB | AC | 3F | 0 | 15 | 47 | E | 2A | 44 | 37 |
| Octal | 333 | 254 | 77 | 0 | 25 | 107 | 16 | 52 | 104 | 67 |
| Binary | 11011011 | 10101100 | 111111 | 0 | 10101 | 1000111 | 1110 | 101010 | 1000100 | 110111 |
Color Harmonies of #DBAC3F
Complementary color
Monochromatic Colors of #DBAC3F
Black with #DBAC3F
Text Example
Text Example
White with #DBAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC3F; }
p { color: rgb(219,172,63); }
H1.HeaderClassName
{
color: #DBAC3F;
}
.AnyTagClassName
{
color: #DBAC3F;
}
</style>
background-color css
<style>
a { background-color: #DBAC3F; }
a { background-color: rgb(219,172,63); }
div.DivClassName
{
background-color: #DBAC3F;
}
.BgClassName
{
background-color: #DBAC3F;
}
</style>
border-color css
<style>
span { border-color: #DBAC3F; }
span { border-color: rgb(219,172,63); }
td.TdClassName
{
border-color: #DBAC3F;
}
.TagClassName
{
border-color: #DBAC3F;
}
</style>