Shades of Tulip Tree #DBA93D
Tints of Tulip Tree #DBA93D
RGB
CMYK
RGB Variations
Color information
#DBA93D (or 0xDBA93D) is known color: Tulip Tree. HEX triplet: DB, A9 and 3D. RGB value is (219,169,61). Sum of RGB (Red+Green+Blue) = 219+169+61=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA93D is #2456C2. Grayscale: #ACACAC. Windows color (decimal): -2381507 or 4041179. OLE color: 4041179.
HSL color Cylindrical-coordinate representation of color #DBA93D: hue angle of 41.01º 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 #DBA93D is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 61 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.14 |
| HSL | 41.01º | 0.69% | 0.55% | - |
| HSV(B) | 41.01º | 0.72% | 0.86% | - |
| XYZ | 44.24 | 43.77 | 10.53 | - |
| YUV | 171.64 | 65.57 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 61 | 0 | 0.23 | 0.72 | 0.14 | 41.01 | 0.69 | 0.55 |
| Hex | DB | A9 | 3D | 0 | 17 | 48 | E | 29 | 45 | 37 |
| Octal | 333 | 251 | 75 | 0 | 27 | 110 | 16 | 51 | 105 | 67 |
| Binary | 11011011 | 10101001 | 111101 | 0 | 10111 | 1001000 | 1110 | 101001 | 1000101 | 110111 |
Color Harmonies of #DBA93D
Complementary color
Monochromatic Colors of #DBA93D
Black with #DBA93D
Text Example
Text Example
White with #DBA93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA93D; }
p { color: rgb(219,169,61); }
H1.HeaderClassName
{
color: #DBA93D;
}
.AnyTagClassName
{
color: #DBA93D;
}
</style>
background-color css
<style>
a { background-color: #DBA93D; }
a { background-color: rgb(219,169,61); }
div.DivClassName
{
background-color: #DBA93D;
}
.BgClassName
{
background-color: #DBA93D;
}
</style>
border-color css
<style>
span { border-color: #DBA93D; }
span { border-color: rgb(219,169,61); }
td.TdClassName
{
border-color: #DBA93D;
}
.TagClassName
{
border-color: #DBA93D;
}
</style>