Shades of Tulip Tree #DBA134
Tints of Tulip Tree #DBA134
RGB
CMYK
RGB Variations
Color information
#DBA134 (or 0xDBA134) is known color: Tulip Tree. HEX triplet: DB, A1 and 34. RGB value is (219,161,52). Sum of RGB (Red+Green+Blue) = 219+161+52=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA134 is #245ECB. Grayscale: #A6A6A6. Windows color (decimal): -2383564 or 3449307. OLE color: 3449307.
HSL color Cylindrical-coordinate representation of color #DBA134: hue angle of 39.16º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBA134 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 52 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.14 |
| HSL | 39.16º | 0.7% | 0.53% | - |
| HSV(B) | 39.16º | 0.76% | 0.86% | - |
| XYZ | 42.58 | 40.8 | 8.88 | - |
| YUV | 165.92 | 63.72 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 52 | 0 | 0.26 | 0.76 | 0.14 | 39.16 | 0.7 | 0.53 |
| Hex | DB | A1 | 34 | 0 | 1A | 4C | E | 27 | 46 | 35 |
| Octal | 333 | 241 | 64 | 0 | 32 | 114 | 16 | 47 | 106 | 65 |
| Binary | 11011011 | 10100001 | 110100 | 0 | 11010 | 1001100 | 1110 | 100111 | 1000110 | 110101 |
Color Harmonies of #DBA134
Complementary color
Monochromatic Colors of #DBA134
Black with #DBA134
Text Example
Text Example
White with #DBA134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA134; }
p { color: rgb(219,161,52); }
H1.HeaderClassName
{
color: #DBA134;
}
.AnyTagClassName
{
color: #DBA134;
}
</style>
background-color css
<style>
a { background-color: #DBA134; }
a { background-color: rgb(219,161,52); }
div.DivClassName
{
background-color: #DBA134;
}
.BgClassName
{
background-color: #DBA134;
}
</style>
border-color css
<style>
span { border-color: #DBA134; }
span { border-color: rgb(219,161,52); }
td.TdClassName
{
border-color: #DBA134;
}
.TagClassName
{
border-color: #DBA134;
}
</style>