Shades of Tulip Tree #DBA548
Tints of Tulip Tree #DBA548
RGB
CMYK
RGB Variations
Color information
#DBA548 (or 0xDBA548) is known color: Tulip Tree. HEX triplet: DB, A5 and 48. RGB value is (219,165,72). Sum of RGB (Red+Green+Blue) = 219+165+72=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA548 is #245AB7. Grayscale: #AAAAAA. Windows color (decimal): -2382520 or 4761051. OLE color: 4761051.
HSL color Cylindrical-coordinate representation of color #DBA548: hue angle of 37.96º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBA548 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 72 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.14 |
| HSL | 37.96º | 0.67% | 0.57% | - |
| HSV(B) | 37.96º | 0.67% | 0.86% | - |
| XYZ | 43.84 | 42.44 | 12.01 | - |
| YUV | 170.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 72 | 0 | 0.25 | 0.67 | 0.14 | 37.96 | 0.67 | 0.57 |
| Hex | DB | A5 | 48 | 0 | 19 | 43 | E | 26 | 43 | 39 |
| Octal | 333 | 245 | 110 | 0 | 31 | 103 | 16 | 46 | 103 | 71 |
| Binary | 11011011 | 10100101 | 1001000 | 0 | 11001 | 1000011 | 1110 | 100110 | 1000011 | 111001 |
Color Harmonies of #DBA548
Complementary color
Monochromatic Colors of #DBA548
Black with #DBA548
Text Example
Text Example
White with #DBA548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA548; }
p { color: rgb(219,165,72); }
H1.HeaderClassName
{
color: #DBA548;
}
.AnyTagClassName
{
color: #DBA548;
}
</style>
background-color css
<style>
a { background-color: #DBA548; }
a { background-color: rgb(219,165,72); }
div.DivClassName
{
background-color: #DBA548;
}
.BgClassName
{
background-color: #DBA548;
}
</style>
border-color css
<style>
span { border-color: #DBA548; }
span { border-color: rgb(219,165,72); }
td.TdClassName
{
border-color: #DBA548;
}
.TagClassName
{
border-color: #DBA548;
}
</style>