Shades of Tulip Tree #DBAC3D
Tints of Tulip Tree #DBAC3D
RGB
CMYK
RGB Variations
Color information
#DBAC3D (or 0xDBAC3D) is known color: Tulip Tree. HEX triplet: DB, AC and 3D. RGB value is (219,172,61). Sum of RGB (Red+Green+Blue) = 219+172+61=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC3D is #2453C2. Grayscale: #ADADAD. Windows color (decimal): -2380739 or 4041947. OLE color: 4041947.
HSL color Cylindrical-coordinate representation of color #DBAC3D: hue angle of 42.15º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBAC3D is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 61 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.14 |
| HSL | 42.15º | 0.69% | 0.55% | - |
| HSV(B) | 42.15º | 0.72% | 0.86% | - |
| XYZ | 44.81 | 44.9 | 10.72 | - |
| YUV | 173.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 61 | 0 | 0.21 | 0.72 | 0.14 | 42.15 | 0.69 | 0.55 |
| Hex | DB | AC | 3D | 0 | 15 | 48 | E | 2A | 45 | 37 |
| Octal | 333 | 254 | 75 | 0 | 25 | 110 | 16 | 52 | 105 | 67 |
| Binary | 11011011 | 10101100 | 111101 | 0 | 10101 | 1001000 | 1110 | 101010 | 1000101 | 110111 |
Color Harmonies of #DBAC3D
Complementary color
Monochromatic Colors of #DBAC3D
Black with #DBAC3D
Text Example
Text Example
White with #DBAC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC3D; }
p { color: rgb(219,172,61); }
H1.HeaderClassName
{
color: #DBAC3D;
}
.AnyTagClassName
{
color: #DBAC3D;
}
</style>
background-color css
<style>
a { background-color: #DBAC3D; }
a { background-color: rgb(219,172,61); }
div.DivClassName
{
background-color: #DBAC3D;
}
.BgClassName
{
background-color: #DBAC3D;
}
</style>
border-color css
<style>
span { border-color: #DBAC3D; }
span { border-color: rgb(219,172,61); }
td.TdClassName
{
border-color: #DBAC3D;
}
.TagClassName
{
border-color: #DBAC3D;
}
</style>