Shades of Tulip Tree #DBAF47
Tints of Tulip Tree #DBAF47
RGB
CMYK
RGB Variations
Color information
#DBAF47 (or 0xDBAF47) is known color: Tulip Tree. HEX triplet: DB, AF and 47. RGB value is (219,175,71). Sum of RGB (Red+Green+Blue) = 219+175+71=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF47 is #2450B8. Grayscale: #B0B0B0. Windows color (decimal): -2379961 or 4698075. OLE color: 4698075.
HSL color Cylindrical-coordinate representation of color #DBAF47: hue angle of 42.16º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBAF47 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 71 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.14 |
| HSL | 42.16º | 0.67% | 0.57% | - |
| HSV(B) | 42.16º | 0.68% | 0.86% | - |
| XYZ | 45.68 | 46.17 | 12.47 | - |
| YUV | 176.3 | 68.58 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 71 | 0 | 0.20 | 0.68 | 0.14 | 42.16 | 0.67 | 0.57 |
| Hex | DB | AF | 47 | 0 | 14 | 44 | E | 2A | 43 | 39 |
| Octal | 333 | 257 | 107 | 0 | 24 | 104 | 16 | 52 | 103 | 71 |
| Binary | 11011011 | 10101111 | 1000111 | 0 | 10100 | 1000100 | 1110 | 101010 | 1000011 | 111001 |
Color Harmonies of #DBAF47
Complementary color
Monochromatic Colors of #DBAF47
Black with #DBAF47
Text Example
Text Example
White with #DBAF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF47; }
p { color: rgb(219,175,71); }
H1.HeaderClassName
{
color: #DBAF47;
}
.AnyTagClassName
{
color: #DBAF47;
}
</style>
background-color css
<style>
a { background-color: #DBAF47; }
a { background-color: rgb(219,175,71); }
div.DivClassName
{
background-color: #DBAF47;
}
.BgClassName
{
background-color: #DBAF47;
}
</style>
border-color css
<style>
span { border-color: #DBAF47; }
span { border-color: rgb(219,175,71); }
td.TdClassName
{
border-color: #DBAF47;
}
.TagClassName
{
border-color: #DBAF47;
}
</style>