Shades of Tulip Tree #DBA53D
Tints of Tulip Tree #DBA53D
RGB
CMYK
RGB Variations
Color information
#DBA53D (or 0xDBA53D) is known color: Tulip Tree. HEX triplet: DB, A5 and 3D. RGB value is (219,165,61). Sum of RGB (Red+Green+Blue) = 219+165+61=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA53D is #245AC2. Grayscale: #A9A9A9. Windows color (decimal): -2382531 or 4040155. OLE color: 4040155.
HSL color Cylindrical-coordinate representation of color #DBA53D: hue angle of 39.49º 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 #DBA53D is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 61 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.14 |
| HSL | 39.49º | 0.69% | 0.55% | - |
| HSV(B) | 39.49º | 0.72% | 0.86% | - |
| XYZ | 43.51 | 42.31 | 10.29 | - |
| YUV | 169.29 | 66.89 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 61 | 0 | 0.25 | 0.72 | 0.14 | 39.49 | 0.69 | 0.55 |
| Hex | DB | A5 | 3D | 0 | 19 | 48 | E | 27 | 45 | 37 |
| Octal | 333 | 245 | 75 | 0 | 31 | 110 | 16 | 47 | 105 | 67 |
| Binary | 11011011 | 10100101 | 111101 | 0 | 11001 | 1001000 | 1110 | 100111 | 1000101 | 110111 |
Color Harmonies of #DBA53D
Complementary color
Monochromatic Colors of #DBA53D
Black with #DBA53D
Text Example
Text Example
White with #DBA53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA53D; }
p { color: rgb(219,165,61); }
H1.HeaderClassName
{
color: #DBA53D;
}
.AnyTagClassName
{
color: #DBA53D;
}
</style>
background-color css
<style>
a { background-color: #DBA53D; }
a { background-color: rgb(219,165,61); }
div.DivClassName
{
background-color: #DBA53D;
}
.BgClassName
{
background-color: #DBA53D;
}
</style>
border-color css
<style>
span { border-color: #DBA53D; }
span { border-color: rgb(219,165,61); }
td.TdClassName
{
border-color: #DBA53D;
}
.TagClassName
{
border-color: #DBA53D;
}
</style>