Shades of Tulip Tree #DBA93B
Tints of Tulip Tree #DBA93B
RGB
CMYK
RGB Variations
Color information
#DBA93B (or 0xDBA93B) is known color: Tulip Tree. HEX triplet: DB, A9 and 3B. RGB value is (219,169,59). Sum of RGB (Red+Green+Blue) = 219+169+59=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA93B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA93B is #2456C4. Grayscale: #ABABAB. Windows color (decimal): -2381509 or 3910107. OLE color: 3910107.
HSL color Cylindrical-coordinate representation of color #DBA93B: hue angle of 41.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 #DBA93B is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 59 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.14 |
| HSL | 41.25º | 0.69% | 0.55% | - |
| HSV(B) | 41.25º | 0.73% | 0.86% | - |
| XYZ | 44.19 | 43.75 | 10.25 | - |
| YUV | 171.41 | 64.57 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 59 | 0 | 0.23 | 0.73 | 0.14 | 41.25 | 0.69 | 0.55 |
| Hex | DB | A9 | 3B | 0 | 17 | 49 | E | 29 | 45 | 37 |
| Octal | 333 | 251 | 73 | 0 | 27 | 111 | 16 | 51 | 105 | 67 |
| Binary | 11011011 | 10101001 | 111011 | 0 | 10111 | 1001001 | 1110 | 101001 | 1000101 | 110111 |
Color Harmonies of #DBA93B
Complementary color
Monochromatic Colors of #DBA93B
Black with #DBA93B
Text Example
Text Example
White with #DBA93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA93B; }
p { color: rgb(219,169,59); }
H1.HeaderClassName
{
color: #DBA93B;
}
.AnyTagClassName
{
color: #DBA93B;
}
</style>
background-color css
<style>
a { background-color: #DBA93B; }
a { background-color: rgb(219,169,59); }
div.DivClassName
{
background-color: #DBA93B;
}
.BgClassName
{
background-color: #DBA93B;
}
</style>
border-color css
<style>
span { border-color: #DBA93B; }
span { border-color: rgb(219,169,59); }
td.TdClassName
{
border-color: #DBA93B;
}
.TagClassName
{
border-color: #DBA93B;
}
</style>