Shades of Tulip Tree #DBA640
Tints of Tulip Tree #DBA640
RGB
CMYK
RGB Variations
Color information
#DBA640 (or 0xDBA640) is known color: Tulip Tree. HEX triplet: DB, A6 and 40. RGB value is (219,166,64). Sum of RGB (Red+Green+Blue) = 219+166+64=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA640 is #2459BF. Grayscale: #AAAAAA. Windows color (decimal): -2382272 or 4237019. OLE color: 4237019.
HSL color Cylindrical-coordinate representation of color #DBA640: hue angle of 39.48º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBA640 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 64 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.14 |
| HSL | 39.48º | 0.68% | 0.55% | - |
| HSV(B) | 39.48º | 0.71% | 0.86% | - |
| XYZ | 43.78 | 42.7 | 10.79 | - |
| YUV | 170.22 | 68.06 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 64 | 0 | 0.24 | 0.71 | 0.14 | 39.48 | 0.68 | 0.55 |
| Hex | DB | A6 | 40 | 0 | 18 | 47 | E | 27 | 44 | 37 |
| Octal | 333 | 246 | 100 | 0 | 30 | 107 | 16 | 47 | 104 | 67 |
| Binary | 11011011 | 10100110 | 1000000 | 0 | 11000 | 1000111 | 1110 | 100111 | 1000100 | 110111 |
Color Harmonies of #DBA640
Complementary color
Monochromatic Colors of #DBA640
Black with #DBA640
Text Example
Text Example
White with #DBA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA640; }
p { color: rgb(219,166,64); }
H1.HeaderClassName
{
color: #DBA640;
}
.AnyTagClassName
{
color: #DBA640;
}
</style>
background-color css
<style>
a { background-color: #DBA640; }
a { background-color: rgb(219,166,64); }
div.DivClassName
{
background-color: #DBA640;
}
.BgClassName
{
background-color: #DBA640;
}
</style>
border-color css
<style>
span { border-color: #DBA640; }
span { border-color: rgb(219,166,64); }
td.TdClassName
{
border-color: #DBA640;
}
.TagClassName
{
border-color: #DBA640;
}
</style>