Shades of Tulip Tree #DBAA3E
Tints of Tulip Tree #DBAA3E
RGB
CMYK
RGB Variations
Color information
#DBAA3E (or 0xDBAA3E) is known color: Tulip Tree. HEX triplet: DB, AA and 3E. RGB value is (219,170,62). Sum of RGB (Red+Green+Blue) = 219+170+62=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA3E is #2455C1. Grayscale: #ACACAC. Windows color (decimal): -2381250 or 4106971. OLE color: 4106971.
HSL color Cylindrical-coordinate representation of color #DBAA3E: hue angle of 41.27º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBAA3E is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 62 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.14 |
| HSL | 41.27º | 0.69% | 0.55% | - |
| HSV(B) | 41.27º | 0.72% | 0.86% | - |
| XYZ | 44.46 | 44.16 | 10.74 | - |
| YUV | 172.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 62 | 0 | 0.22 | 0.72 | 0.14 | 41.27 | 0.69 | 0.55 |
| Hex | DB | AA | 3E | 0 | 16 | 48 | E | 29 | 45 | 37 |
| Octal | 333 | 252 | 76 | 0 | 26 | 110 | 16 | 51 | 105 | 67 |
| Binary | 11011011 | 10101010 | 111110 | 0 | 10110 | 1001000 | 1110 | 101001 | 1000101 | 110111 |
Color Harmonies of #DBAA3E
Complementary color
Monochromatic Colors of #DBAA3E
Black with #DBAA3E
Text Example
Text Example
White with #DBAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA3E; }
p { color: rgb(219,170,62); }
H1.HeaderClassName
{
color: #DBAA3E;
}
.AnyTagClassName
{
color: #DBAA3E;
}
</style>
background-color css
<style>
a { background-color: #DBAA3E; }
a { background-color: rgb(219,170,62); }
div.DivClassName
{
background-color: #DBAA3E;
}
.BgClassName
{
background-color: #DBAA3E;
}
</style>
border-color css
<style>
span { border-color: #DBAA3E; }
span { border-color: rgb(219,170,62); }
td.TdClassName
{
border-color: #DBAA3E;
}
.TagClassName
{
border-color: #DBAA3E;
}
</style>