Shades of Apache #DBA860
Tints of Apache #DBA860
RGB
CMYK
RGB Variations
Color information
#DBA860 (or 0xDBA860) is known color: Apache. HEX triplet: DB, A8 and 60. RGB value is (219,168,96). Sum of RGB (Red+Green+Blue) = 219+168+96=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA860 is #24579F. Grayscale: #AFAFAF. Windows color (decimal): -2381728 or 6334683. OLE color: 6334683.
HSL color Cylindrical-coordinate representation of color #DBA860: hue angle of 35.12º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBA860 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 96 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.14 |
| HSL | 35.12º | 0.63% | 0.62% | - |
| HSV(B) | 35.12º | 0.56% | 0.86% | - |
| XYZ | 45.33 | 43.91 | 17.15 | - |
| YUV | 175.04 | 83.4 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 96 | 0 | 0.23 | 0.56 | 0.14 | 35.12 | 0.63 | 0.62 |
| Hex | DB | A8 | 60 | 0 | 17 | 38 | E | 23 | 3F | 3E |
| Octal | 333 | 250 | 140 | 0 | 27 | 70 | 16 | 43 | 77 | 76 |
| Binary | 11011011 | 10101000 | 1100000 | 0 | 10111 | 111000 | 1110 | 100011 | 111111 | 111110 |
Color Harmonies of #DBA860
Complementary color
Monochromatic Colors of #DBA860
Black with #DBA860
Text Example
Text Example
White with #DBA860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA860; }
p { color: rgb(219,168,96); }
H1.HeaderClassName
{
color: #DBA860;
}
.AnyTagClassName
{
color: #DBA860;
}
</style>
background-color css
<style>
a { background-color: #DBA860; }
a { background-color: rgb(219,168,96); }
div.DivClassName
{
background-color: #DBA860;
}
.BgClassName
{
background-color: #DBA860;
}
</style>
border-color css
<style>
span { border-color: #DBA860; }
span { border-color: rgb(219,168,96); }
td.TdClassName
{
border-color: #DBA860;
}
.TagClassName
{
border-color: #DBA860;
}
</style>