Shades of Tulip Tree #DBA644
Tints of Tulip Tree #DBA644
RGB
CMYK
RGB Variations
Color information
#DBA644 (or 0xDBA644) is known color: Tulip Tree. HEX triplet: DB, A6 and 44. RGB value is (219,166,68). Sum of RGB (Red+Green+Blue) = 219+166+68=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA644 is #2459BB. Grayscale: #ABABAB. Windows color (decimal): -2382268 or 4499163. OLE color: 4499163.
HSL color Cylindrical-coordinate representation of color #DBA644: hue angle of 38.94º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBA644 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 68 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.14 |
| HSL | 38.94º | 0.68% | 0.56% | - |
| HSV(B) | 38.94º | 0.69% | 0.86% | - |
| XYZ | 43.89 | 42.75 | 11.41 | - |
| YUV | 170.68 | 70.06 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 68 | 0 | 0.24 | 0.69 | 0.14 | 38.94 | 0.68 | 0.56 |
| Hex | DB | A6 | 44 | 0 | 18 | 45 | E | 27 | 44 | 38 |
| Octal | 333 | 246 | 104 | 0 | 30 | 105 | 16 | 47 | 104 | 70 |
| Binary | 11011011 | 10100110 | 1000100 | 0 | 11000 | 1000101 | 1110 | 100111 | 1000100 | 111000 |
Color Harmonies of #DBA644
Complementary color
Monochromatic Colors of #DBA644
Black with #DBA644
Text Example
Text Example
White with #DBA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA644; }
p { color: rgb(219,166,68); }
H1.HeaderClassName
{
color: #DBA644;
}
.AnyTagClassName
{
color: #DBA644;
}
</style>
background-color css
<style>
a { background-color: #DBA644; }
a { background-color: rgb(219,166,68); }
div.DivClassName
{
background-color: #DBA644;
}
.BgClassName
{
background-color: #DBA644;
}
</style>
border-color css
<style>
span { border-color: #DBA644; }
span { border-color: rgb(219,166,68); }
td.TdClassName
{
border-color: #DBA644;
}
.TagClassName
{
border-color: #DBA644;
}
</style>