Shades of Tulip Tree #DBA33B
Tints of Tulip Tree #DBA33B
RGB
CMYK
RGB Variations
Color information
#DBA33B (or 0xDBA33B) is known color: Tulip Tree. HEX triplet: DB, A3 and 3B. RGB value is (219,163,59). Sum of RGB (Red+Green+Blue) = 219+163+59=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA33B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA33B is #245CC4. Grayscale: #A8A8A8. Windows color (decimal): -2383045 or 3908571. OLE color: 3908571.
HSL color Cylindrical-coordinate representation of color #DBA33B: hue angle of 39º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBA33B is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 59 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.14 |
| HSL | 39º | 0.69% | 0.55% | - |
| HSV(B) | 39º | 0.73% | 0.86% | - |
| XYZ | 43.1 | 41.57 | 9.89 | - |
| YUV | 167.89 | 66.55 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 59 | 0 | 0.26 | 0.73 | 0.14 | 39 | 0.69 | 0.55 |
| Hex | DB | A3 | 3B | 0 | 1A | 49 | E | 27 | 45 | 37 |
| Octal | 333 | 243 | 73 | 0 | 32 | 111 | 16 | 47 | 105 | 67 |
| Binary | 11011011 | 10100011 | 111011 | 0 | 11010 | 1001001 | 1110 | 100111 | 1000101 | 110111 |
Color Harmonies of #DBA33B
Complementary color
Monochromatic Colors of #DBA33B
Black with #DBA33B
Text Example
Text Example
White with #DBA33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA33B; }
p { color: rgb(219,163,59); }
H1.HeaderClassName
{
color: #DBA33B;
}
.AnyTagClassName
{
color: #DBA33B;
}
</style>
background-color css
<style>
a { background-color: #DBA33B; }
a { background-color: rgb(219,163,59); }
div.DivClassName
{
background-color: #DBA33B;
}
.BgClassName
{
background-color: #DBA33B;
}
</style>
border-color css
<style>
span { border-color: #DBA33B; }
span { border-color: rgb(219,163,59); }
td.TdClassName
{
border-color: #DBA33B;
}
.TagClassName
{
border-color: #DBA33B;
}
</style>