Shades of Tulip Tree #DBAA3C
Tints of Tulip Tree #DBAA3C
RGB
CMYK
RGB Variations
Color information
#DBAA3C (or 0xDBAA3C) is known color: Tulip Tree. HEX triplet: DB, AA and 3C. RGB value is (219,170,60). Sum of RGB (Red+Green+Blue) = 219+170+60=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA3C is #2455C3. Grayscale: #ACACAC. Windows color (decimal): -2381252 or 3975899. OLE color: 3975899.
HSL color Cylindrical-coordinate representation of color #DBAA3C: hue angle of 41.51º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBAA3C is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 60 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.14 |
| HSL | 41.51º | 0.69% | 0.55% | - |
| HSV(B) | 41.51º | 0.73% | 0.86% | - |
| XYZ | 44.4 | 44.14 | 10.45 | - |
| YUV | 172.11 | 64.73 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 60 | 0 | 0.22 | 0.73 | 0.14 | 41.51 | 0.69 | 0.55 |
| Hex | DB | AA | 3C | 0 | 16 | 49 | E | 2A | 45 | 37 |
| Octal | 333 | 252 | 74 | 0 | 26 | 111 | 16 | 52 | 105 | 67 |
| Binary | 11011011 | 10101010 | 111100 | 0 | 10110 | 1001001 | 1110 | 101010 | 1000101 | 110111 |
Color Harmonies of #DBAA3C
Complementary color
Monochromatic Colors of #DBAA3C
Black with #DBAA3C
Text Example
Text Example
White with #DBAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA3C; }
p { color: rgb(219,170,60); }
H1.HeaderClassName
{
color: #DBAA3C;
}
.AnyTagClassName
{
color: #DBAA3C;
}
</style>
background-color css
<style>
a { background-color: #DBAA3C; }
a { background-color: rgb(219,170,60); }
div.DivClassName
{
background-color: #DBAA3C;
}
.BgClassName
{
background-color: #DBAA3C;
}
</style>
border-color css
<style>
span { border-color: #DBAA3C; }
span { border-color: rgb(219,170,60); }
td.TdClassName
{
border-color: #DBAA3C;
}
.TagClassName
{
border-color: #DBAA3C;
}
</style>