Shades of Tulip Tree #DBA43F
Tints of Tulip Tree #DBA43F
RGB
CMYK
RGB Variations
Color information
#DBA43F (or 0xDBA43F) is known color: Tulip Tree. HEX triplet: DB, A4 and 3F. RGB value is (219,164,63). Sum of RGB (Red+Green+Blue) = 219+164+63=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA43F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA43F is #245BC0. Grayscale: #A9A9A9. Windows color (decimal): -2382785 or 4170971. OLE color: 4170971.
HSL color Cylindrical-coordinate representation of color #DBA43F: hue angle of 38.85º 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 #DBA43F is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 63 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.14 |
| HSL | 38.85º | 0.68% | 0.55% | - |
| HSV(B) | 38.85º | 0.71% | 0.86% | - |
| XYZ | 43.39 | 41.97 | 10.52 | - |
| YUV | 168.93 | 68.22 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 63 | 0 | 0.25 | 0.71 | 0.14 | 38.85 | 0.68 | 0.55 |
| Hex | DB | A4 | 3F | 0 | 19 | 47 | E | 27 | 44 | 37 |
| Octal | 333 | 244 | 77 | 0 | 31 | 107 | 16 | 47 | 104 | 67 |
| Binary | 11011011 | 10100100 | 111111 | 0 | 11001 | 1000111 | 1110 | 100111 | 1000100 | 110111 |
Color Harmonies of #DBA43F
Complementary color
Monochromatic Colors of #DBA43F
Black with #DBA43F
Text Example
Text Example
White with #DBA43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA43F; }
p { color: rgb(219,164,63); }
H1.HeaderClassName
{
color: #DBA43F;
}
.AnyTagClassName
{
color: #DBA43F;
}
</style>
background-color css
<style>
a { background-color: #DBA43F; }
a { background-color: rgb(219,164,63); }
div.DivClassName
{
background-color: #DBA43F;
}
.BgClassName
{
background-color: #DBA43F;
}
</style>
border-color css
<style>
span { border-color: #DBA43F; }
span { border-color: rgb(219,164,63); }
td.TdClassName
{
border-color: #DBA43F;
}
.TagClassName
{
border-color: #DBA43F;
}
</style>