Shades of Tulip Tree #DBAD3F
Tints of Tulip Tree #DBAD3F
RGB
CMYK
RGB Variations
Color information
#DBAD3F (or 0xDBAD3F) is known color: Tulip Tree. HEX triplet: DB, AD and 3F. RGB value is (219,173,63). Sum of RGB (Red+Green+Blue) = 219+173+63=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD3F is #2452C0. Grayscale: #AEAEAE. Windows color (decimal): -2380481 or 4173275. OLE color: 4173275.
HSL color Cylindrical-coordinate representation of color #DBAD3F: hue angle of 42.31º 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 #DBAD3F is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 63 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.14 |
| HSL | 42.31º | 0.68% | 0.55% | - |
| HSV(B) | 42.31º | 0.71% | 0.86% | - |
| XYZ | 45.05 | 45.31 | 11.07 | - |
| YUV | 174.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 63 | 0 | 0.21 | 0.71 | 0.14 | 42.31 | 0.68 | 0.55 |
| Hex | DB | AD | 3F | 0 | 15 | 47 | E | 2A | 44 | 37 |
| Octal | 333 | 255 | 77 | 0 | 25 | 107 | 16 | 52 | 104 | 67 |
| Binary | 11011011 | 10101101 | 111111 | 0 | 10101 | 1000111 | 1110 | 101010 | 1000100 | 110111 |
Color Harmonies of #DBAD3F
Complementary color
Monochromatic Colors of #DBAD3F
Black with #DBAD3F
Text Example
Text Example
White with #DBAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD3F; }
p { color: rgb(219,173,63); }
H1.HeaderClassName
{
color: #DBAD3F;
}
.AnyTagClassName
{
color: #DBAD3F;
}
</style>
background-color css
<style>
a { background-color: #DBAD3F; }
a { background-color: rgb(219,173,63); }
div.DivClassName
{
background-color: #DBAD3F;
}
.BgClassName
{
background-color: #DBAD3F;
}
</style>
border-color css
<style>
span { border-color: #DBAD3F; }
span { border-color: rgb(219,173,63); }
td.TdClassName
{
border-color: #DBAD3F;
}
.TagClassName
{
border-color: #DBAD3F;
}
</style>