Shades of Tulip Tree #DBAC42
Tints of Tulip Tree #DBAC42
RGB
CMYK
RGB Variations
Color information
#DBAC42 (or 0xDBAC42) is known color: Tulip Tree. HEX triplet: DB, AC and 42. RGB value is (219,172,66). Sum of RGB (Red+Green+Blue) = 219+172+66=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC42 is #2453BD. Grayscale: #AEAEAE. Windows color (decimal): -2380734 or 4369627. OLE color: 4369627.
HSL color Cylindrical-coordinate representation of color #DBAC42: hue angle of 41.57º 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 #DBAC42 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 66 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.14 |
| HSL | 41.57º | 0.68% | 0.56% | - |
| HSV(B) | 41.57º | 0.7% | 0.86% | - |
| XYZ | 44.95 | 44.96 | 11.46 | - |
| YUV | 173.97 | 67.07 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 66 | 0 | 0.21 | 0.70 | 0.14 | 41.57 | 0.68 | 0.56 |
| Hex | DB | AC | 42 | 0 | 15 | 46 | E | 2A | 44 | 38 |
| Octal | 333 | 254 | 102 | 0 | 25 | 106 | 16 | 52 | 104 | 70 |
| Binary | 11011011 | 10101100 | 1000010 | 0 | 10101 | 1000110 | 1110 | 101010 | 1000100 | 111000 |
Color Harmonies of #DBAC42
Complementary color
Monochromatic Colors of #DBAC42
Black with #DBAC42
Text Example
Text Example
White with #DBAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC42; }
p { color: rgb(219,172,66); }
H1.HeaderClassName
{
color: #DBAC42;
}
.AnyTagClassName
{
color: #DBAC42;
}
</style>
background-color css
<style>
a { background-color: #DBAC42; }
a { background-color: rgb(219,172,66); }
div.DivClassName
{
background-color: #DBAC42;
}
.BgClassName
{
background-color: #DBAC42;
}
</style>
border-color css
<style>
span { border-color: #DBAC42; }
span { border-color: rgb(219,172,66); }
td.TdClassName
{
border-color: #DBAC42;
}
.TagClassName
{
border-color: #DBAC42;
}
</style>