Shades of Tulip Tree #DBAA42
Tints of Tulip Tree #DBAA42
RGB
CMYK
RGB Variations
Color information
#DBAA42 (or 0xDBAA42) is known color: Tulip Tree. HEX triplet: DB, AA and 42. RGB value is (219,170,66). Sum of RGB (Red+Green+Blue) = 219+170+66=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA42 is #2455BD. Grayscale: #ADADAD. Windows color (decimal): -2381246 or 4369115. OLE color: 4369115.
HSL color Cylindrical-coordinate representation of color #DBAA42: hue angle of 40.78º 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 #DBAA42 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 66 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.14 |
| HSL | 40.78º | 0.68% | 0.56% | - |
| HSV(B) | 40.78º | 0.7% | 0.86% | - |
| XYZ | 44.57 | 44.2 | 11.34 | - |
| YUV | 172.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 66 | 0 | 0.22 | 0.70 | 0.14 | 40.78 | 0.68 | 0.56 |
| Hex | DB | AA | 42 | 0 | 16 | 46 | E | 29 | 44 | 38 |
| Octal | 333 | 252 | 102 | 0 | 26 | 106 | 16 | 51 | 104 | 70 |
| Binary | 11011011 | 10101010 | 1000010 | 0 | 10110 | 1000110 | 1110 | 101001 | 1000100 | 111000 |
Color Harmonies of #DBAA42
Complementary color
Monochromatic Colors of #DBAA42
Black with #DBAA42
Text Example
Text Example
White with #DBAA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA42; }
p { color: rgb(219,170,66); }
H1.HeaderClassName
{
color: #DBAA42;
}
.AnyTagClassName
{
color: #DBAA42;
}
</style>
background-color css
<style>
a { background-color: #DBAA42; }
a { background-color: rgb(219,170,66); }
div.DivClassName
{
background-color: #DBAA42;
}
.BgClassName
{
background-color: #DBAA42;
}
</style>
border-color css
<style>
span { border-color: #DBAA42; }
span { border-color: rgb(219,170,66); }
td.TdClassName
{
border-color: #DBAA42;
}
.TagClassName
{
border-color: #DBAA42;
}
</style>