Shades of Tulip Tree #DBAD3C
Tints of Tulip Tree #DBAD3C
RGB
CMYK
RGB Variations
Color information
#DBAD3C (or 0xDBAD3C) is known color: Tulip Tree. HEX triplet: DB, AD and 3C. RGB value is (219,173,60). Sum of RGB (Red+Green+Blue) = 219+173+60=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD3C is #2452C3. Grayscale: #AEAEAE. Windows color (decimal): -2380484 or 3976667. OLE color: 3976667.
HSL color Cylindrical-coordinate representation of color #DBAD3C: hue angle of 42.64º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBAD3C is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 60 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.14 |
| HSL | 42.64º | 0.69% | 0.55% | - |
| HSV(B) | 42.64º | 0.73% | 0.86% | - |
| XYZ | 44.97 | 45.27 | 10.64 | - |
| YUV | 173.87 | 63.74 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 60 | 0 | 0.21 | 0.73 | 0.14 | 42.64 | 0.69 | 0.55 |
| Hex | DB | AD | 3C | 0 | 15 | 49 | E | 2B | 45 | 37 |
| Octal | 333 | 255 | 74 | 0 | 25 | 111 | 16 | 53 | 105 | 67 |
| Binary | 11011011 | 10101101 | 111100 | 0 | 10101 | 1001001 | 1110 | 101011 | 1000101 | 110111 |
Color Harmonies of #DBAD3C
Complementary color
Monochromatic Colors of #DBAD3C
Black with #DBAD3C
Text Example
Text Example
White with #DBAD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD3C; }
p { color: rgb(219,173,60); }
H1.HeaderClassName
{
color: #DBAD3C;
}
.AnyTagClassName
{
color: #DBAD3C;
}
</style>
background-color css
<style>
a { background-color: #DBAD3C; }
a { background-color: rgb(219,173,60); }
div.DivClassName
{
background-color: #DBAD3C;
}
.BgClassName
{
background-color: #DBAD3C;
}
</style>
border-color css
<style>
span { border-color: #DBAD3C; }
span { border-color: rgb(219,173,60); }
td.TdClassName
{
border-color: #DBAD3C;
}
.TagClassName
{
border-color: #DBAD3C;
}
</style>