Shades of Tulip Tree #DBA13C
Tints of Tulip Tree #DBA13C
RGB
CMYK
RGB Variations
Color information
#DBA13C (or 0xDBA13C) is known color: Tulip Tree. HEX triplet: DB, A1 and 3C. RGB value is (219,161,60). Sum of RGB (Red+Green+Blue) = 219+161+60=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA13C is #245EC3. Grayscale: #A7A7A7. Windows color (decimal): -2383556 or 3973595. OLE color: 3973595.
HSL color Cylindrical-coordinate representation of color #DBA13C: hue angle of 38.11º 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 #DBA13C is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 60 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.14 |
| HSL | 38.11º | 0.69% | 0.55% | - |
| HSV(B) | 38.11º | 0.73% | 0.86% | - |
| XYZ | 42.77 | 40.88 | 9.91 | - |
| YUV | 166.83 | 67.72 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 60 | 0 | 0.26 | 0.73 | 0.14 | 38.11 | 0.69 | 0.55 |
| Hex | DB | A1 | 3C | 0 | 1A | 49 | E | 26 | 45 | 37 |
| Octal | 333 | 241 | 74 | 0 | 32 | 111 | 16 | 46 | 105 | 67 |
| Binary | 11011011 | 10100001 | 111100 | 0 | 11010 | 1001001 | 1110 | 100110 | 1000101 | 110111 |
Color Harmonies of #DBA13C
Complementary color
Monochromatic Colors of #DBA13C
Black with #DBA13C
Text Example
Text Example
White with #DBA13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA13C; }
p { color: rgb(219,161,60); }
H1.HeaderClassName
{
color: #DBA13C;
}
.AnyTagClassName
{
color: #DBA13C;
}
</style>
background-color css
<style>
a { background-color: #DBA13C; }
a { background-color: rgb(219,161,60); }
div.DivClassName
{
background-color: #DBA13C;
}
.BgClassName
{
background-color: #DBA13C;
}
</style>
border-color css
<style>
span { border-color: #DBA13C; }
span { border-color: rgb(219,161,60); }
td.TdClassName
{
border-color: #DBA13C;
}
.TagClassName
{
border-color: #DBA13C;
}
</style>