Shades of Tulip Tree #DBA642
Tints of Tulip Tree #DBA642
RGB
CMYK
RGB Variations
Color information
#DBA642 (or 0xDBA642) is known color: Tulip Tree. HEX triplet: DB, A6 and 42. RGB value is (219,166,66). Sum of RGB (Red+Green+Blue) = 219+166+66=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA642 is #2459BD. Grayscale: #AAAAAA. Windows color (decimal): -2382270 or 4368091. OLE color: 4368091.
HSL color Cylindrical-coordinate representation of color #DBA642: hue angle of 39.22º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBA642 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 66 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.14 |
| HSL | 39.22º | 0.68% | 0.56% | - |
| HSV(B) | 39.22º | 0.7% | 0.86% | - |
| XYZ | 43.83 | 42.73 | 11.09 | - |
| YUV | 170.45 | 69.06 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 66 | 0 | 0.24 | 0.70 | 0.14 | 39.22 | 0.68 | 0.56 |
| Hex | DB | A6 | 42 | 0 | 18 | 46 | E | 27 | 44 | 38 |
| Octal | 333 | 246 | 102 | 0 | 30 | 106 | 16 | 47 | 104 | 70 |
| Binary | 11011011 | 10100110 | 1000010 | 0 | 11000 | 1000110 | 1110 | 100111 | 1000100 | 111000 |
Color Harmonies of #DBA642
Complementary color
Monochromatic Colors of #DBA642
Black with #DBA642
Text Example
Text Example
White with #DBA642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA642; }
p { color: rgb(219,166,66); }
H1.HeaderClassName
{
color: #DBA642;
}
.AnyTagClassName
{
color: #DBA642;
}
</style>
background-color css
<style>
a { background-color: #DBA642; }
a { background-color: rgb(219,166,66); }
div.DivClassName
{
background-color: #DBA642;
}
.BgClassName
{
background-color: #DBA642;
}
</style>
border-color css
<style>
span { border-color: #DBA642; }
span { border-color: rgb(219,166,66); }
td.TdClassName
{
border-color: #DBA642;
}
.TagClassName
{
border-color: #DBA642;
}
</style>