Shades of Tulip Tree #DBAF48
Tints of Tulip Tree #DBAF48
RGB
CMYK
RGB Variations
Color information
#DBAF48 (or 0xDBAF48) is known color: Tulip Tree. HEX triplet: DB, AF and 48. RGB value is (219,175,72). Sum of RGB (Red+Green+Blue) = 219+175+72=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF48 is #2450B7. Grayscale: #B0B0B0. Windows color (decimal): -2379960 or 4763611. OLE color: 4763611.
HSL color Cylindrical-coordinate representation of color #DBAF48: hue angle of 42.04º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBAF48 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 72 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.14 |
| HSL | 42.04º | 0.67% | 0.57% | - |
| HSV(B) | 42.04º | 0.67% | 0.86% | - |
| XYZ | 45.71 | 46.19 | 12.64 | - |
| YUV | 176.41 | 69.08 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 72 | 0 | 0.20 | 0.67 | 0.14 | 42.04 | 0.67 | 0.57 |
| Hex | DB | AF | 48 | 0 | 14 | 43 | E | 2A | 43 | 39 |
| Octal | 333 | 257 | 110 | 0 | 24 | 103 | 16 | 52 | 103 | 71 |
| Binary | 11011011 | 10101111 | 1001000 | 0 | 10100 | 1000011 | 1110 | 101010 | 1000011 | 111001 |
Color Harmonies of #DBAF48
Complementary color
Monochromatic Colors of #DBAF48
Black with #DBAF48
Text Example
Text Example
White with #DBAF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF48; }
p { color: rgb(219,175,72); }
H1.HeaderClassName
{
color: #DBAF48;
}
.AnyTagClassName
{
color: #DBAF48;
}
</style>
background-color css
<style>
a { background-color: #DBAF48; }
a { background-color: rgb(219,175,72); }
div.DivClassName
{
background-color: #DBAF48;
}
.BgClassName
{
background-color: #DBAF48;
}
</style>
border-color css
<style>
span { border-color: #DBAF48; }
span { border-color: rgb(219,175,72); }
td.TdClassName
{
border-color: #DBAF48;
}
.TagClassName
{
border-color: #DBAF48;
}
</style>