Shades of Apache #DBA862
Tints of Apache #DBA862
RGB
CMYK
RGB Variations
Color information
#DBA862 (or 0xDBA862) is known color: Apache. HEX triplet: DB, A8 and 62. RGB value is (219,168,98). Sum of RGB (Red+Green+Blue) = 219+168+98=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA862 is #24579D. Grayscale: #AFAFAF. Windows color (decimal): -2381726 or 6465755. OLE color: 6465755.
HSL color Cylindrical-coordinate representation of color #DBA862: hue angle of 34.71º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBA862 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 98 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.14 |
| HSL | 34.71º | 0.63% | 0.62% | - |
| HSV(B) | 34.71º | 0.55% | 0.86% | - |
| XYZ | 45.42 | 43.95 | 17.64 | - |
| YUV | 175.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 98 | 0 | 0.23 | 0.55 | 0.14 | 34.71 | 0.63 | 0.62 |
| Hex | DB | A8 | 62 | 0 | 17 | 37 | E | 23 | 3F | 3E |
| Octal | 333 | 250 | 142 | 0 | 27 | 67 | 16 | 43 | 77 | 76 |
| Binary | 11011011 | 10101000 | 1100010 | 0 | 10111 | 110111 | 1110 | 100011 | 111111 | 111110 |
Color Harmonies of #DBA862
Complementary color
Monochromatic Colors of #DBA862
Black with #DBA862
Text Example
Text Example
White with #DBA862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA862; }
p { color: rgb(219,168,98); }
H1.HeaderClassName
{
color: #DBA862;
}
.AnyTagClassName
{
color: #DBA862;
}
</style>
background-color css
<style>
a { background-color: #DBA862; }
a { background-color: rgb(219,168,98); }
div.DivClassName
{
background-color: #DBA862;
}
.BgClassName
{
background-color: #DBA862;
}
</style>
border-color css
<style>
span { border-color: #DBA862; }
span { border-color: rgb(219,168,98); }
td.TdClassName
{
border-color: #DBA862;
}
.TagClassName
{
border-color: #DBA862;
}
</style>