Shades of Tulip Tree #DBA938
Tints of Tulip Tree #DBA938
RGB
CMYK
RGB Variations
Color information
#DBA938 (or 0xDBA938) is known color: Tulip Tree. HEX triplet: DB, A9 and 38. RGB value is (219,169,56). Sum of RGB (Red+Green+Blue) = 219+169+56=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA938 is #2456C7. Grayscale: #ABABAB. Windows color (decimal): -2381512 or 3713499. OLE color: 3713499.
HSL color Cylindrical-coordinate representation of color #DBA938: hue angle of 41.6º 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 #DBA938 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 56 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.14 |
| HSL | 41.6º | 0.69% | 0.54% | - |
| HSV(B) | 41.6º | 0.74% | 0.86% | - |
| XYZ | 44.12 | 43.72 | 9.86 | - |
| YUV | 171.07 | 63.07 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 56 | 0 | 0.23 | 0.74 | 0.14 | 41.6 | 0.69 | 0.54 |
| Hex | DB | A9 | 38 | 0 | 17 | 4A | E | 2A | 45 | 36 |
| Octal | 333 | 251 | 70 | 0 | 27 | 112 | 16 | 52 | 105 | 66 |
| Binary | 11011011 | 10101001 | 111000 | 0 | 10111 | 1001010 | 1110 | 101010 | 1000101 | 110110 |
Color Harmonies of #DBA938
Complementary color
Monochromatic Colors of #DBA938
Black with #DBA938
Text Example
Text Example
White with #DBA938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA938; }
p { color: rgb(219,169,56); }
H1.HeaderClassName
{
color: #DBA938;
}
.AnyTagClassName
{
color: #DBA938;
}
</style>
background-color css
<style>
a { background-color: #DBA938; }
a { background-color: rgb(219,169,56); }
div.DivClassName
{
background-color: #DBA938;
}
.BgClassName
{
background-color: #DBA938;
}
</style>
border-color css
<style>
span { border-color: #DBA938; }
span { border-color: rgb(219,169,56); }
td.TdClassName
{
border-color: #DBA938;
}
.TagClassName
{
border-color: #DBA938;
}
</style>