Shades of Tulip Tree #DBAD45
Tints of Tulip Tree #DBAD45
RGB
CMYK
RGB Variations
Color information
#DBAD45 (or 0xDBAD45) is known color: Tulip Tree. HEX triplet: DB, AD and 45. RGB value is (219,173,69). Sum of RGB (Red+Green+Blue) = 219+173+69=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD45 is #2452BA. Grayscale: #AFAFAF. Windows color (decimal): -2380475 or 4566491. OLE color: 4566491.
HSL color Cylindrical-coordinate representation of color #DBAD45: hue angle of 41.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBAD45 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 69 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.14 |
| HSL | 41.6º | 0.68% | 0.56% | - |
| HSV(B) | 41.6º | 0.68% | 0.86% | - |
| XYZ | 45.23 | 45.38 | 12 | - |
| YUV | 174.9 | 68.24 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 69 | 0 | 0.21 | 0.68 | 0.14 | 41.6 | 0.68 | 0.56 |
| Hex | DB | AD | 45 | 0 | 15 | 44 | E | 2A | 44 | 38 |
| Octal | 333 | 255 | 105 | 0 | 25 | 104 | 16 | 52 | 104 | 70 |
| Binary | 11011011 | 10101101 | 1000101 | 0 | 10101 | 1000100 | 1110 | 101010 | 1000100 | 111000 |
Color Harmonies of #DBAD45
Complementary color
Monochromatic Colors of #DBAD45
Black with #DBAD45
Text Example
Text Example
White with #DBAD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD45; }
p { color: rgb(219,173,69); }
H1.HeaderClassName
{
color: #DBAD45;
}
.AnyTagClassName
{
color: #DBAD45;
}
</style>
background-color css
<style>
a { background-color: #DBAD45; }
a { background-color: rgb(219,173,69); }
div.DivClassName
{
background-color: #DBAD45;
}
.BgClassName
{
background-color: #DBAD45;
}
</style>
border-color css
<style>
span { border-color: #DBAD45; }
span { border-color: rgb(219,173,69); }
td.TdClassName
{
border-color: #DBAD45;
}
.TagClassName
{
border-color: #DBAD45;
}
</style>