Shades of Tulip Tree #DBA945
Tints of Tulip Tree #DBA945
RGB
CMYK
RGB Variations
Color information
#DBA945 (or 0xDBA945) is known color: Tulip Tree. HEX triplet: DB, A9 and 45. RGB value is (219,169,69). Sum of RGB (Red+Green+Blue) = 219+169+69=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA945 is #2456BA. Grayscale: #ADADAD. Windows color (decimal): -2381499 or 4565467. OLE color: 4565467.
HSL color Cylindrical-coordinate representation of color #DBA945: hue angle of 40º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBA945 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 69 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.14 |
| HSL | 40º | 0.68% | 0.56% | - |
| HSV(B) | 40º | 0.68% | 0.86% | - |
| XYZ | 44.48 | 43.87 | 11.75 | - |
| YUV | 172.55 | 69.57 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 69 | 0 | 0.23 | 0.68 | 0.14 | 40 | 0.68 | 0.56 |
| Hex | DB | A9 | 45 | 0 | 17 | 44 | E | 28 | 44 | 38 |
| Octal | 333 | 251 | 105 | 0 | 27 | 104 | 16 | 50 | 104 | 70 |
| Binary | 11011011 | 10101001 | 1000101 | 0 | 10111 | 1000100 | 1110 | 101000 | 1000100 | 111000 |
Color Harmonies of #DBA945
Complementary color
Monochromatic Colors of #DBA945
Black with #DBA945
Text Example
Text Example
White with #DBA945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA945; }
p { color: rgb(219,169,69); }
H1.HeaderClassName
{
color: #DBA945;
}
.AnyTagClassName
{
color: #DBA945;
}
</style>
background-color css
<style>
a { background-color: #DBA945; }
a { background-color: rgb(219,169,69); }
div.DivClassName
{
background-color: #DBA945;
}
.BgClassName
{
background-color: #DBA945;
}
</style>
border-color css
<style>
span { border-color: #DBA945; }
span { border-color: rgb(219,169,69); }
td.TdClassName
{
border-color: #DBA945;
}
.TagClassName
{
border-color: #DBA945;
}
</style>