Shades of Tulip Tree #DBA73F
Tints of Tulip Tree #DBA73F
RGB
CMYK
RGB Variations
Color information
#DBA73F (or 0xDBA73F) is known color: Tulip Tree. HEX triplet: DB, A7 and 3F. RGB value is (219,167,63). Sum of RGB (Red+Green+Blue) = 219+167+63=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA73F is #2458C0. Grayscale: #ABABAB. Windows color (decimal): -2382017 or 4171739. OLE color: 4171739.
HSL color Cylindrical-coordinate representation of color #DBA73F: hue angle of 40º 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 #DBA73F is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 63 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.14 |
| HSL | 40º | 0.68% | 0.55% | - |
| HSV(B) | 40º | 0.71% | 0.86% | - |
| XYZ | 43.93 | 43.06 | 10.7 | - |
| YUV | 170.69 | 67.23 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 63 | 0 | 0.24 | 0.71 | 0.14 | 40 | 0.68 | 0.55 |
| Hex | DB | A7 | 3F | 0 | 18 | 47 | E | 28 | 44 | 37 |
| Octal | 333 | 247 | 77 | 0 | 30 | 107 | 16 | 50 | 104 | 67 |
| Binary | 11011011 | 10100111 | 111111 | 0 | 11000 | 1000111 | 1110 | 101000 | 1000100 | 110111 |
Color Harmonies of #DBA73F
Complementary color
Monochromatic Colors of #DBA73F
Black with #DBA73F
Text Example
Text Example
White with #DBA73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA73F; }
p { color: rgb(219,167,63); }
H1.HeaderClassName
{
color: #DBA73F;
}
.AnyTagClassName
{
color: #DBA73F;
}
</style>
background-color css
<style>
a { background-color: #DBA73F; }
a { background-color: rgb(219,167,63); }
div.DivClassName
{
background-color: #DBA73F;
}
.BgClassName
{
background-color: #DBA73F;
}
</style>
border-color css
<style>
span { border-color: #DBA73F; }
span { border-color: rgb(219,167,63); }
td.TdClassName
{
border-color: #DBA73F;
}
.TagClassName
{
border-color: #DBA73F;
}
</style>