Shades of Tulip Tree #DBAA3D
Tints of Tulip Tree #DBAA3D
RGB
CMYK
RGB Variations
Color information
#DBAA3D (or 0xDBAA3D) is known color: Tulip Tree. HEX triplet: DB, AA and 3D. RGB value is (219,170,61). Sum of RGB (Red+Green+Blue) = 219+170+61=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA3D is #2455C2. Grayscale: #ACACAC. Windows color (decimal): -2381251 or 4041435. OLE color: 4041435.
HSL color Cylindrical-coordinate representation of color #DBAA3D: hue angle of 41.39º 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 #DBAA3D is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 61 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.14 |
| HSL | 41.39º | 0.69% | 0.55% | - |
| HSV(B) | 41.39º | 0.72% | 0.86% | - |
| XYZ | 44.43 | 44.15 | 10.59 | - |
| YUV | 172.23 | 65.23 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 61 | 0 | 0.22 | 0.72 | 0.14 | 41.39 | 0.69 | 0.55 |
| Hex | DB | AA | 3D | 0 | 16 | 48 | E | 29 | 45 | 37 |
| Octal | 333 | 252 | 75 | 0 | 26 | 110 | 16 | 51 | 105 | 67 |
| Binary | 11011011 | 10101010 | 111101 | 0 | 10110 | 1001000 | 1110 | 101001 | 1000101 | 110111 |
Color Harmonies of #DBAA3D
Complementary color
Monochromatic Colors of #DBAA3D
Black with #DBAA3D
Text Example
Text Example
White with #DBAA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA3D; }
p { color: rgb(219,170,61); }
H1.HeaderClassName
{
color: #DBAA3D;
}
.AnyTagClassName
{
color: #DBAA3D;
}
</style>
background-color css
<style>
a { background-color: #DBAA3D; }
a { background-color: rgb(219,170,61); }
div.DivClassName
{
background-color: #DBAA3D;
}
.BgClassName
{
background-color: #DBAA3D;
}
</style>
border-color css
<style>
span { border-color: #DBAA3D; }
span { border-color: rgb(219,170,61); }
td.TdClassName
{
border-color: #DBAA3D;
}
.TagClassName
{
border-color: #DBAA3D;
}
</style>