Shades of Tulip Tree #DBAD48
Tints of Tulip Tree #DBAD48
RGB
CMYK
RGB Variations
Color information
#DBAD48 (or 0xDBAD48) is known color: Tulip Tree. HEX triplet: DB, AD and 48. RGB value is (219,173,72). Sum of RGB (Red+Green+Blue) = 219+173+72=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD48 is #2452B7. Grayscale: #AFAFAF. Windows color (decimal): -2380472 or 4763099. OLE color: 4763099.
HSL color Cylindrical-coordinate representation of color #DBAD48: hue angle of 41.22º 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 #DBAD48 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 72 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.14 |
| HSL | 41.22º | 0.67% | 0.57% | - |
| HSV(B) | 41.22º | 0.67% | 0.86% | - |
| XYZ | 45.33 | 45.42 | 12.51 | - |
| YUV | 175.24 | 69.74 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 72 | 0 | 0.21 | 0.67 | 0.14 | 41.22 | 0.67 | 0.57 |
| Hex | DB | AD | 48 | 0 | 15 | 43 | E | 29 | 43 | 39 |
| Octal | 333 | 255 | 110 | 0 | 25 | 103 | 16 | 51 | 103 | 71 |
| Binary | 11011011 | 10101101 | 1001000 | 0 | 10101 | 1000011 | 1110 | 101001 | 1000011 | 111001 |
Color Harmonies of #DBAD48
Complementary color
Monochromatic Colors of #DBAD48
Black with #DBAD48
Text Example
Text Example
White with #DBAD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD48; }
p { color: rgb(219,173,72); }
H1.HeaderClassName
{
color: #DBAD48;
}
.AnyTagClassName
{
color: #DBAD48;
}
</style>
background-color css
<style>
a { background-color: #DBAD48; }
a { background-color: rgb(219,173,72); }
div.DivClassName
{
background-color: #DBAD48;
}
.BgClassName
{
background-color: #DBAD48;
}
</style>
border-color css
<style>
span { border-color: #DBAD48; }
span { border-color: rgb(219,173,72); }
td.TdClassName
{
border-color: #DBAD48;
}
.TagClassName
{
border-color: #DBAD48;
}
</style>