Shades of Tulip Tree #DBAA38
Tints of Tulip Tree #DBAA38
RGB
CMYK
RGB Variations
Color information
#DBAA38 (or 0xDBAA38) is known color: Tulip Tree. HEX triplet: DB, AA and 38. RGB value is (219,170,56). Sum of RGB (Red+Green+Blue) = 219+170+56=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA38 is #2455C7. Grayscale: #ACACAC. Windows color (decimal): -2381256 or 3713755. OLE color: 3713755.
HSL color Cylindrical-coordinate representation of color #DBAA38: hue angle of 41.96º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBAA38 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 56 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.14 |
| HSL | 41.96º | 0.69% | 0.54% | - |
| HSV(B) | 41.96º | 0.74% | 0.86% | - |
| XYZ | 44.3 | 44.1 | 9.92 | - |
| YUV | 171.66 | 62.73 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 56 | 0 | 0.22 | 0.74 | 0.14 | 41.96 | 0.69 | 0.54 |
| Hex | DB | AA | 38 | 0 | 16 | 4A | E | 2A | 45 | 36 |
| Octal | 333 | 252 | 70 | 0 | 26 | 112 | 16 | 52 | 105 | 66 |
| Binary | 11011011 | 10101010 | 111000 | 0 | 10110 | 1001010 | 1110 | 101010 | 1000101 | 110110 |
Color Harmonies of #DBAA38
Complementary color
Monochromatic Colors of #DBAA38
Black with #DBAA38
Text Example
Text Example
White with #DBAA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA38; }
p { color: rgb(219,170,56); }
H1.HeaderClassName
{
color: #DBAA38;
}
.AnyTagClassName
{
color: #DBAA38;
}
</style>
background-color css
<style>
a { background-color: #DBAA38; }
a { background-color: rgb(219,170,56); }
div.DivClassName
{
background-color: #DBAA38;
}
.BgClassName
{
background-color: #DBAA38;
}
</style>
border-color css
<style>
span { border-color: #DBAA38; }
span { border-color: rgb(219,170,56); }
td.TdClassName
{
border-color: #DBAA38;
}
.TagClassName
{
border-color: #DBAA38;
}
</style>