Shades of Tulip Tree #DBA838
Tints of Tulip Tree #DBA838
RGB
CMYK
RGB Variations
Color information
#DBA838 (or 0xDBA838) is known color: Tulip Tree. HEX triplet: DB, A8 and 38. RGB value is (219,168,56). Sum of RGB (Red+Green+Blue) = 219+168+56=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA838 is #2457C7. Grayscale: #AAAAAA. Windows color (decimal): -2381768 or 3713243. OLE color: 3713243.
HSL color Cylindrical-coordinate representation of color #DBA838: hue angle of 41.23º 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 #DBA838 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 56 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.14 |
| HSL | 41.23º | 0.69% | 0.54% | - |
| HSV(B) | 41.23º | 0.74% | 0.86% | - |
| XYZ | 43.93 | 43.35 | 9.79 | - |
| YUV | 170.48 | 63.4 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 56 | 0 | 0.23 | 0.74 | 0.14 | 41.23 | 0.69 | 0.54 |
| Hex | DB | A8 | 38 | 0 | 17 | 4A | E | 29 | 45 | 36 |
| Octal | 333 | 250 | 70 | 0 | 27 | 112 | 16 | 51 | 105 | 66 |
| Binary | 11011011 | 10101000 | 111000 | 0 | 10111 | 1001010 | 1110 | 101001 | 1000101 | 110110 |
Color Harmonies of #DBA838
Complementary color
Monochromatic Colors of #DBA838
Black with #DBA838
Text Example
Text Example
White with #DBA838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA838; }
p { color: rgb(219,168,56); }
H1.HeaderClassName
{
color: #DBA838;
}
.AnyTagClassName
{
color: #DBA838;
}
</style>
background-color css
<style>
a { background-color: #DBA838; }
a { background-color: rgb(219,168,56); }
div.DivClassName
{
background-color: #DBA838;
}
.BgClassName
{
background-color: #DBA838;
}
</style>
border-color css
<style>
span { border-color: #DBA838; }
span { border-color: rgb(219,168,56); }
td.TdClassName
{
border-color: #DBA838;
}
.TagClassName
{
border-color: #DBA838;
}
</style>