Shades of Tulip Tree #DBA645
Tints of Tulip Tree #DBA645
RGB
CMYK
RGB Variations
Color information
#DBA645 (or 0xDBA645) is known color: Tulip Tree. HEX triplet: DB, A6 and 45. RGB value is (219,166,69). Sum of RGB (Red+Green+Blue) = 219+166+69=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA645 is #2459BA. Grayscale: #ABABAB. Windows color (decimal): -2382267 or 4564699. OLE color: 4564699.
HSL color Cylindrical-coordinate representation of color #DBA645: hue angle of 38.8º 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 #DBA645 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 69 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.14 |
| HSL | 38.8º | 0.68% | 0.56% | - |
| HSV(B) | 38.8º | 0.68% | 0.86% | - |
| XYZ | 43.92 | 42.76 | 11.57 | - |
| YUV | 170.79 | 70.56 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 69 | 0 | 0.24 | 0.68 | 0.14 | 38.8 | 0.68 | 0.56 |
| Hex | DB | A6 | 45 | 0 | 18 | 44 | E | 27 | 44 | 38 |
| Octal | 333 | 246 | 105 | 0 | 30 | 104 | 16 | 47 | 104 | 70 |
| Binary | 11011011 | 10100110 | 1000101 | 0 | 11000 | 1000100 | 1110 | 100111 | 1000100 | 111000 |
Color Harmonies of #DBA645
Complementary color
Monochromatic Colors of #DBA645
Black with #DBA645
Text Example
Text Example
White with #DBA645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA645; }
p { color: rgb(219,166,69); }
H1.HeaderClassName
{
color: #DBA645;
}
.AnyTagClassName
{
color: #DBA645;
}
</style>
background-color css
<style>
a { background-color: #DBA645; }
a { background-color: rgb(219,166,69); }
div.DivClassName
{
background-color: #DBA645;
}
.BgClassName
{
background-color: #DBA645;
}
</style>
border-color css
<style>
span { border-color: #DBA645; }
span { border-color: rgb(219,166,69); }
td.TdClassName
{
border-color: #DBA645;
}
.TagClassName
{
border-color: #DBA645;
}
</style>