Shades of Tulip Tree #DBA43B
Tints of Tulip Tree #DBA43B
RGB
CMYK
RGB Variations
Color information
#DBA43B (or 0xDBA43B) is known color: Tulip Tree. HEX triplet: DB, A4 and 3B. RGB value is (219,164,59). Sum of RGB (Red+Green+Blue) = 219+164+59=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 59 (23.44% from 255 or 13.35% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA43B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA43B is #245BC4. Grayscale: #A8A8A8. Windows color (decimal): -2382789 or 3908827. OLE color: 3908827.
HSL color Cylindrical-coordinate representation of color #DBA43B: hue angle of 39.38º 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 #DBA43B is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 59 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.14 |
| HSL | 39.38º | 0.69% | 0.55% | - |
| HSV(B) | 39.38º | 0.73% | 0.86% | - |
| XYZ | 43.28 | 41.93 | 9.95 | - |
| YUV | 168.48 | 66.22 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 59 | 0 | 0.25 | 0.73 | 0.14 | 39.38 | 0.69 | 0.55 |
| Hex | DB | A4 | 3B | 0 | 19 | 49 | E | 27 | 45 | 37 |
| Octal | 333 | 244 | 73 | 0 | 31 | 111 | 16 | 47 | 105 | 67 |
| Binary | 11011011 | 10100100 | 111011 | 0 | 11001 | 1001001 | 1110 | 100111 | 1000101 | 110111 |
Color Harmonies of #DBA43B
Complementary color
Monochromatic Colors of #DBA43B
Black with #DBA43B
Text Example
Text Example
White with #DBA43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA43B; }
p { color: rgb(219,164,59); }
H1.HeaderClassName
{
color: #DBA43B;
}
.AnyTagClassName
{
color: #DBA43B;
}
</style>
background-color css
<style>
a { background-color: #DBA43B; }
a { background-color: rgb(219,164,59); }
div.DivClassName
{
background-color: #DBA43B;
}
.BgClassName
{
background-color: #DBA43B;
}
</style>
border-color css
<style>
span { border-color: #DBA43B; }
span { border-color: rgb(219,164,59); }
td.TdClassName
{
border-color: #DBA43B;
}
.TagClassName
{
border-color: #DBA43B;
}
</style>