Shades of Tulip Tree #DBA440
Tints of Tulip Tree #DBA440
RGB
CMYK
RGB Variations
Color information
#DBA440 (or 0xDBA440) is known color: Tulip Tree. HEX triplet: DB, A4 and 40. RGB value is (219,164,64). Sum of RGB (Red+Green+Blue) = 219+164+64=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA440 is #245BBF. Grayscale: #A9A9A9. Windows color (decimal): -2382784 or 4236507. OLE color: 4236507.
HSL color Cylindrical-coordinate representation of color #DBA440: hue angle of 38.71º 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 #DBA440 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 64 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.14 |
| HSL | 38.71º | 0.68% | 0.55% | - |
| HSV(B) | 38.71º | 0.71% | 0.86% | - |
| XYZ | 43.41 | 41.98 | 10.67 | - |
| YUV | 169.05 | 68.72 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 64 | 0 | 0.25 | 0.71 | 0.14 | 38.71 | 0.68 | 0.55 |
| Hex | DB | A4 | 40 | 0 | 19 | 47 | E | 27 | 44 | 37 |
| Octal | 333 | 244 | 100 | 0 | 31 | 107 | 16 | 47 | 104 | 67 |
| Binary | 11011011 | 10100100 | 1000000 | 0 | 11001 | 1000111 | 1110 | 100111 | 1000100 | 110111 |
Color Harmonies of #DBA440
Complementary color
Monochromatic Colors of #DBA440
Black with #DBA440
Text Example
Text Example
White with #DBA440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA440; }
p { color: rgb(219,164,64); }
H1.HeaderClassName
{
color: #DBA440;
}
.AnyTagClassName
{
color: #DBA440;
}
</style>
background-color css
<style>
a { background-color: #DBA440; }
a { background-color: rgb(219,164,64); }
div.DivClassName
{
background-color: #DBA440;
}
.BgClassName
{
background-color: #DBA440;
}
</style>
border-color css
<style>
span { border-color: #DBA440; }
span { border-color: rgb(219,164,64); }
td.TdClassName
{
border-color: #DBA440;
}
.TagClassName
{
border-color: #DBA440;
}
</style>