Shades of Tulip Tree #DBA63D
Tints of Tulip Tree #DBA63D
RGB
CMYK
RGB Variations
Color information
#DBA63D (or 0xDBA63D) is known color: Tulip Tree. HEX triplet: DB, A6 and 3D. RGB value is (219,166,61). Sum of RGB (Red+Green+Blue) = 219+166+61=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA63D is #2459C2. Grayscale: #AAAAAA. Windows color (decimal): -2382275 or 4040411. OLE color: 4040411.
HSL color Cylindrical-coordinate representation of color #DBA63D: hue angle of 39.87º 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 #DBA63D is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 61 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.14 |
| HSL | 39.87º | 0.69% | 0.55% | - |
| HSV(B) | 39.87º | 0.72% | 0.86% | - |
| XYZ | 43.69 | 42.67 | 10.35 | - |
| YUV | 169.88 | 66.56 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 61 | 0 | 0.24 | 0.72 | 0.14 | 39.87 | 0.69 | 0.55 |
| Hex | DB | A6 | 3D | 0 | 18 | 48 | E | 28 | 45 | 37 |
| Octal | 333 | 246 | 75 | 0 | 30 | 110 | 16 | 50 | 105 | 67 |
| Binary | 11011011 | 10100110 | 111101 | 0 | 11000 | 1001000 | 1110 | 101000 | 1000101 | 110111 |
Color Harmonies of #DBA63D
Complementary color
Monochromatic Colors of #DBA63D
Black with #DBA63D
Text Example
Text Example
White with #DBA63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA63D; }
p { color: rgb(219,166,61); }
H1.HeaderClassName
{
color: #DBA63D;
}
.AnyTagClassName
{
color: #DBA63D;
}
</style>
background-color css
<style>
a { background-color: #DBA63D; }
a { background-color: rgb(219,166,61); }
div.DivClassName
{
background-color: #DBA63D;
}
.BgClassName
{
background-color: #DBA63D;
}
</style>
border-color css
<style>
span { border-color: #DBA63D; }
span { border-color: rgb(219,166,61); }
td.TdClassName
{
border-color: #DBA63D;
}
.TagClassName
{
border-color: #DBA63D;
}
</style>