Shades of Tulip Tree #DBA13B
Tints of Tulip Tree #DBA13B
RGB
CMYK
RGB Variations
Color information
#DBA13B (or 0xDBA13B) is known color: Tulip Tree. HEX triplet: DB, A1 and 3B. RGB value is (219,161,59). Sum of RGB (Red+Green+Blue) = 219+161+59=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA13B is #245EC4. Grayscale: #A7A7A7. Windows color (decimal): -2383557 or 3908059. OLE color: 3908059.
HSL color Cylindrical-coordinate representation of color #DBA13B: hue angle of 38.25º 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 #DBA13B is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 59 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.14 |
| HSL | 38.25º | 0.69% | 0.55% | - |
| HSV(B) | 38.25º | 0.73% | 0.86% | - |
| XYZ | 42.75 | 40.87 | 9.77 | - |
| YUV | 166.71 | 67.22 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 59 | 0 | 0.26 | 0.73 | 0.14 | 38.25 | 0.69 | 0.55 |
| Hex | DB | A1 | 3B | 0 | 1A | 49 | E | 26 | 45 | 37 |
| Octal | 333 | 241 | 73 | 0 | 32 | 111 | 16 | 46 | 105 | 67 |
| Binary | 11011011 | 10100001 | 111011 | 0 | 11010 | 1001001 | 1110 | 100110 | 1000101 | 110111 |
Color Harmonies of #DBA13B
Complementary color
Monochromatic Colors of #DBA13B
Black with #DBA13B
Text Example
Text Example
White with #DBA13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA13B; }
p { color: rgb(219,161,59); }
H1.HeaderClassName
{
color: #DBA13B;
}
.AnyTagClassName
{
color: #DBA13B;
}
</style>
background-color css
<style>
a { background-color: #DBA13B; }
a { background-color: rgb(219,161,59); }
div.DivClassName
{
background-color: #DBA13B;
}
.BgClassName
{
background-color: #DBA13B;
}
</style>
border-color css
<style>
span { border-color: #DBA13B; }
span { border-color: rgb(219,161,59); }
td.TdClassName
{
border-color: #DBA13B;
}
.TagClassName
{
border-color: #DBA13B;
}
</style>