Shades of Tulip Tree #DBA846
Tints of Tulip Tree #DBA846
RGB
CMYK
RGB Variations
Color information
#DBA846 (or 0xDBA846) is known color: Tulip Tree. HEX triplet: DB, A8 and 46. RGB value is (219,168,70). Sum of RGB (Red+Green+Blue) = 219+168+70=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA846 is #2457B9. Grayscale: #ACACAC. Windows color (decimal): -2381754 or 4630747. OLE color: 4630747.
HSL color Cylindrical-coordinate representation of color #DBA846: hue angle of 39.46º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBA846 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 70 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.14 |
| HSL | 39.46º | 0.67% | 0.57% | - |
| HSV(B) | 39.46º | 0.68% | 0.86% | - |
| XYZ | 44.32 | 43.51 | 11.86 | - |
| YUV | 172.08 | 70.4 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 70 | 0 | 0.23 | 0.68 | 0.14 | 39.46 | 0.67 | 0.57 |
| Hex | DB | A8 | 46 | 0 | 17 | 44 | E | 27 | 43 | 39 |
| Octal | 333 | 250 | 106 | 0 | 27 | 104 | 16 | 47 | 103 | 71 |
| Binary | 11011011 | 10101000 | 1000110 | 0 | 10111 | 1000100 | 1110 | 100111 | 1000011 | 111001 |
Color Harmonies of #DBA846
Complementary color
Monochromatic Colors of #DBA846
Black with #DBA846
Text Example
Text Example
White with #DBA846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA846; }
p { color: rgb(219,168,70); }
H1.HeaderClassName
{
color: #DBA846;
}
.AnyTagClassName
{
color: #DBA846;
}
</style>
background-color css
<style>
a { background-color: #DBA846; }
a { background-color: rgb(219,168,70); }
div.DivClassName
{
background-color: #DBA846;
}
.BgClassName
{
background-color: #DBA846;
}
</style>
border-color css
<style>
span { border-color: #DBA846; }
span { border-color: rgb(219,168,70); }
td.TdClassName
{
border-color: #DBA846;
}
.TagClassName
{
border-color: #DBA846;
}
</style>