Shades of Tulip Tree #DBA83E
Tints of Tulip Tree #DBA83E
RGB
CMYK
RGB Variations
Color information
#DBA83E (or 0xDBA83E) is known color: Tulip Tree. HEX triplet: DB, A8 and 3E. RGB value is (219,168,62). Sum of RGB (Red+Green+Blue) = 219+168+62=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA83E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA83E is #2457C1. Grayscale: #ABABAB. Windows color (decimal): -2381762 or 4106459. OLE color: 4106459.
HSL color Cylindrical-coordinate representation of color #DBA83E: hue angle of 40.51º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBA83E is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 62 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.14 |
| HSL | 40.51º | 0.69% | 0.55% | - |
| HSV(B) | 40.51º | 0.72% | 0.86% | - |
| XYZ | 44.09 | 43.41 | 10.61 | - |
| YUV | 171.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 62 | 0 | 0.23 | 0.72 | 0.14 | 40.51 | 0.69 | 0.55 |
| Hex | DB | A8 | 3E | 0 | 17 | 48 | E | 29 | 45 | 37 |
| Octal | 333 | 250 | 76 | 0 | 27 | 110 | 16 | 51 | 105 | 67 |
| Binary | 11011011 | 10101000 | 111110 | 0 | 10111 | 1001000 | 1110 | 101001 | 1000101 | 110111 |
Color Harmonies of #DBA83E
Complementary color
Monochromatic Colors of #DBA83E
Black with #DBA83E
Text Example
Text Example
White with #DBA83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA83E; }
p { color: rgb(219,168,62); }
H1.HeaderClassName
{
color: #DBA83E;
}
.AnyTagClassName
{
color: #DBA83E;
}
</style>
background-color css
<style>
a { background-color: #DBA83E; }
a { background-color: rgb(219,168,62); }
div.DivClassName
{
background-color: #DBA83E;
}
.BgClassName
{
background-color: #DBA83E;
}
</style>
border-color css
<style>
span { border-color: #DBA83E; }
span { border-color: rgb(219,168,62); }
td.TdClassName
{
border-color: #DBA83E;
}
.TagClassName
{
border-color: #DBA83E;
}
</style>