Shades of Tulip Tree #DBAC44
Tints of Tulip Tree #DBAC44
RGB
CMYK
RGB Variations
Color information
#DBAC44 (or 0xDBAC44) is known color: Tulip Tree. HEX triplet: DB, AC and 44. RGB value is (219,172,68). Sum of RGB (Red+Green+Blue) = 219+172+68=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC44 is #2453BB. Grayscale: #AEAEAE. Windows color (decimal): -2380732 or 4500699. OLE color: 4500699.
HSL color Cylindrical-coordinate representation of color #DBAC44: hue angle of 41.32º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBAC44 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 68 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.14 |
| HSL | 41.32º | 0.68% | 0.56% | - |
| HSV(B) | 41.32º | 0.69% | 0.86% | - |
| XYZ | 45.01 | 44.98 | 11.78 | - |
| YUV | 174.2 | 68.07 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 68 | 0 | 0.21 | 0.69 | 0.14 | 41.32 | 0.68 | 0.56 |
| Hex | DB | AC | 44 | 0 | 15 | 45 | E | 29 | 44 | 38 |
| Octal | 333 | 254 | 104 | 0 | 25 | 105 | 16 | 51 | 104 | 70 |
| Binary | 11011011 | 10101100 | 1000100 | 0 | 10101 | 1000101 | 1110 | 101001 | 1000100 | 111000 |
Color Harmonies of #DBAC44
Complementary color
Monochromatic Colors of #DBAC44
Black with #DBAC44
Text Example
Text Example
White with #DBAC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC44; }
p { color: rgb(219,172,68); }
H1.HeaderClassName
{
color: #DBAC44;
}
.AnyTagClassName
{
color: #DBAC44;
}
</style>
background-color css
<style>
a { background-color: #DBAC44; }
a { background-color: rgb(219,172,68); }
div.DivClassName
{
background-color: #DBAC44;
}
.BgClassName
{
background-color: #DBAC44;
}
</style>
border-color css
<style>
span { border-color: #DBAC44; }
span { border-color: rgb(219,172,68); }
td.TdClassName
{
border-color: #DBAC44;
}
.TagClassName
{
border-color: #DBAC44;
}
</style>