Shades of Tulip Tree #DBA342
Tints of Tulip Tree #DBA342
RGB
CMYK
RGB Variations
Color information
#DBA342 (or 0xDBA342) is known color: Tulip Tree. HEX triplet: DB, A3 and 42. RGB value is (219,163,66). Sum of RGB (Red+Green+Blue) = 219+163+66=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA342 is #245CBD. Grayscale: #A9A9A9. Windows color (decimal): -2383038 or 4367323. OLE color: 4367323.
HSL color Cylindrical-coordinate representation of color #DBA342: hue angle of 38.04º 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 #DBA342 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 66 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.14 |
| HSL | 38.04º | 0.68% | 0.56% | - |
| HSV(B) | 38.04º | 0.7% | 0.86% | - |
| XYZ | 43.29 | 41.65 | 10.91 | - |
| YUV | 168.69 | 70.05 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 66 | 0 | 0.26 | 0.70 | 0.14 | 38.04 | 0.68 | 0.56 |
| Hex | DB | A3 | 42 | 0 | 1A | 46 | E | 26 | 44 | 38 |
| Octal | 333 | 243 | 102 | 0 | 32 | 106 | 16 | 46 | 104 | 70 |
| Binary | 11011011 | 10100011 | 1000010 | 0 | 11010 | 1000110 | 1110 | 100110 | 1000100 | 111000 |
Color Harmonies of #DBA342
Complementary color
Monochromatic Colors of #DBA342
Black with #DBA342
Text Example
Text Example
White with #DBA342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA342; }
p { color: rgb(219,163,66); }
H1.HeaderClassName
{
color: #DBA342;
}
.AnyTagClassName
{
color: #DBA342;
}
</style>
background-color css
<style>
a { background-color: #DBA342; }
a { background-color: rgb(219,163,66); }
div.DivClassName
{
background-color: #DBA342;
}
.BgClassName
{
background-color: #DBA342;
}
</style>
border-color css
<style>
span { border-color: #DBA342; }
span { border-color: rgb(219,163,66); }
td.TdClassName
{
border-color: #DBA342;
}
.TagClassName
{
border-color: #DBA342;
}
</style>