Shades of Apache #DBA85E
Tints of Apache #DBA85E
RGB
CMYK
RGB Variations
Color information
#DBA85E (or 0xDBA85E) is known color: Apache. HEX triplet: DB, A8 and 5E. RGB value is (219,168,94). Sum of RGB (Red+Green+Blue) = 219+168+94=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA85E is #2457A1. Grayscale: #AFAFAF. Windows color (decimal): -2381730 or 6203611. OLE color: 6203611.
HSL color Cylindrical-coordinate representation of color #DBA85E: hue angle of 35.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBA85E is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 94 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.14 |
| HSL | 35.52º | 0.63% | 0.61% | - |
| HSV(B) | 35.52º | 0.57% | 0.86% | - |
| XYZ | 45.24 | 43.87 | 16.67 | - |
| YUV | 174.81 | 82.4 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 94 | 0 | 0.23 | 0.57 | 0.14 | 35.52 | 0.63 | 0.61 |
| Hex | DB | A8 | 5E | 0 | 17 | 39 | E | 24 | 3F | 3D |
| Octal | 333 | 250 | 136 | 0 | 27 | 71 | 16 | 44 | 77 | 75 |
| Binary | 11011011 | 10101000 | 1011110 | 0 | 10111 | 111001 | 1110 | 100100 | 111111 | 111101 |
Color Harmonies of #DBA85E
Complementary color
Monochromatic Colors of #DBA85E
Black with #DBA85E
Text Example
Text Example
White with #DBA85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA85E; }
p { color: rgb(219,168,94); }
H1.HeaderClassName
{
color: #DBA85E;
}
.AnyTagClassName
{
color: #DBA85E;
}
</style>
background-color css
<style>
a { background-color: #DBA85E; }
a { background-color: rgb(219,168,94); }
div.DivClassName
{
background-color: #DBA85E;
}
.BgClassName
{
background-color: #DBA85E;
}
</style>
border-color css
<style>
span { border-color: #DBA85E; }
span { border-color: rgb(219,168,94); }
td.TdClassName
{
border-color: #DBA85E;
}
.TagClassName
{
border-color: #DBA85E;
}
</style>