Shades of Tulip Tree #DBA847
Tints of Tulip Tree #DBA847
RGB
CMYK
RGB Variations
Color information
#DBA847 (or 0xDBA847) is known color: Tulip Tree. HEX triplet: DB, A8 and 47. RGB value is (219,168,71). Sum of RGB (Red+Green+Blue) = 219+168+71=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA847 is #2457B8. Grayscale: #ACACAC. Windows color (decimal): -2381753 or 4696283. OLE color: 4696283.
HSL color Cylindrical-coordinate representation of color #DBA847: hue angle of 39.32º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBA847 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 71 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.14 |
| HSL | 39.32º | 0.67% | 0.57% | - |
| HSV(B) | 39.32º | 0.68% | 0.86% | - |
| XYZ | 44.35 | 43.52 | 12.02 | - |
| YUV | 172.19 | 70.9 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 71 | 0 | 0.23 | 0.68 | 0.14 | 39.32 | 0.67 | 0.57 |
| Hex | DB | A8 | 47 | 0 | 17 | 44 | E | 27 | 43 | 39 |
| Octal | 333 | 250 | 107 | 0 | 27 | 104 | 16 | 47 | 103 | 71 |
| Binary | 11011011 | 10101000 | 1000111 | 0 | 10111 | 1000100 | 1110 | 100111 | 1000011 | 111001 |
Color Harmonies of #DBA847
Complementary color
Monochromatic Colors of #DBA847
Black with #DBA847
Text Example
Text Example
White with #DBA847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA847; }
p { color: rgb(219,168,71); }
H1.HeaderClassName
{
color: #DBA847;
}
.AnyTagClassName
{
color: #DBA847;
}
</style>
background-color css
<style>
a { background-color: #DBA847; }
a { background-color: rgb(219,168,71); }
div.DivClassName
{
background-color: #DBA847;
}
.BgClassName
{
background-color: #DBA847;
}
</style>
border-color css
<style>
span { border-color: #DBA847; }
span { border-color: rgb(219,168,71); }
td.TdClassName
{
border-color: #DBA847;
}
.TagClassName
{
border-color: #DBA847;
}
</style>