Shades of Tulip Tree #DBAC3C
Tints of Tulip Tree #DBAC3C
RGB
CMYK
RGB Variations
Color information
#DBAC3C (or 0xDBAC3C) is known color: Tulip Tree. HEX triplet: DB, AC and 3C. RGB value is (219,172,60). Sum of RGB (Red+Green+Blue) = 219+172+60=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC3C is #2453C3. Grayscale: #ADADAD. Windows color (decimal): -2380740 or 3976411. OLE color: 3976411.
HSL color Cylindrical-coordinate representation of color #DBAC3C: hue angle of 42.26º 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 #DBAC3C is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 60 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.14 |
| HSL | 42.26º | 0.69% | 0.55% | - |
| HSV(B) | 42.26º | 0.73% | 0.86% | - |
| XYZ | 44.78 | 44.89 | 10.58 | - |
| YUV | 173.29 | 64.07 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 60 | 0 | 0.21 | 0.73 | 0.14 | 42.26 | 0.69 | 0.55 |
| Hex | DB | AC | 3C | 0 | 15 | 49 | E | 2A | 45 | 37 |
| Octal | 333 | 254 | 74 | 0 | 25 | 111 | 16 | 52 | 105 | 67 |
| Binary | 11011011 | 10101100 | 111100 | 0 | 10101 | 1001001 | 1110 | 101010 | 1000101 | 110111 |
Color Harmonies of #DBAC3C
Complementary color
Monochromatic Colors of #DBAC3C
Black with #DBAC3C
Text Example
Text Example
White with #DBAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC3C; }
p { color: rgb(219,172,60); }
H1.HeaderClassName
{
color: #DBAC3C;
}
.AnyTagClassName
{
color: #DBAC3C;
}
</style>
background-color css
<style>
a { background-color: #DBAC3C; }
a { background-color: rgb(219,172,60); }
div.DivClassName
{
background-color: #DBAC3C;
}
.BgClassName
{
background-color: #DBAC3C;
}
</style>
border-color css
<style>
span { border-color: #DBAC3C; }
span { border-color: rgb(219,172,60); }
td.TdClassName
{
border-color: #DBAC3C;
}
.TagClassName
{
border-color: #DBAC3C;
}
</style>