Shades of Tulip Tree #DBA53F
Tints of Tulip Tree #DBA53F
RGB
CMYK
RGB Variations
Color information
#DBA53F (or 0xDBA53F) is known color: Tulip Tree. HEX triplet: DB, A5 and 3F. RGB value is (219,165,63). Sum of RGB (Red+Green+Blue) = 219+165+63=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA53F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA53F is #245AC0. Grayscale: #A9A9A9. Windows color (decimal): -2382529 or 4171227. OLE color: 4171227.
HSL color Cylindrical-coordinate representation of color #DBA53F: hue angle of 39.23º 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 #DBA53F is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 63 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.14 |
| HSL | 39.23º | 0.68% | 0.55% | - |
| HSV(B) | 39.23º | 0.71% | 0.86% | - |
| XYZ | 43.57 | 42.33 | 10.58 | - |
| YUV | 169.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 63 | 0 | 0.25 | 0.71 | 0.14 | 39.23 | 0.68 | 0.55 |
| Hex | DB | A5 | 3F | 0 | 19 | 47 | E | 27 | 44 | 37 |
| Octal | 333 | 245 | 77 | 0 | 31 | 107 | 16 | 47 | 104 | 67 |
| Binary | 11011011 | 10100101 | 111111 | 0 | 11001 | 1000111 | 1110 | 100111 | 1000100 | 110111 |
Color Harmonies of #DBA53F
Complementary color
Monochromatic Colors of #DBA53F
Black with #DBA53F
Text Example
Text Example
White with #DBA53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA53F; }
p { color: rgb(219,165,63); }
H1.HeaderClassName
{
color: #DBA53F;
}
.AnyTagClassName
{
color: #DBA53F;
}
</style>
background-color css
<style>
a { background-color: #DBA53F; }
a { background-color: rgb(219,165,63); }
div.DivClassName
{
background-color: #DBA53F;
}
.BgClassName
{
background-color: #DBA53F;
}
</style>
border-color css
<style>
span { border-color: #DBA53F; }
span { border-color: rgb(219,165,63); }
td.TdClassName
{
border-color: #DBA53F;
}
.TagClassName
{
border-color: #DBA53F;
}
</style>