Shades of Apache #DBA75E
Tints of Apache #DBA75E
RGB
CMYK
RGB Variations
Color information
#DBA75E (or 0xDBA75E) is known color: Apache. HEX triplet: DB, A7 and 5E. RGB value is (219,167,94). Sum of RGB (Red+Green+Blue) = 219+167+94=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA75E is #2458A1. Grayscale: #AEAEAE. Windows color (decimal): -2381986 or 6203355. OLE color: 6203355.
HSL color Cylindrical-coordinate representation of color #DBA75E: hue angle of 35.04º 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 #DBA75E is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 94 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.14 |
| HSL | 35.04º | 0.63% | 0.61% | - |
| HSV(B) | 35.04º | 0.57% | 0.86% | - |
| XYZ | 45.05 | 43.51 | 16.61 | - |
| YUV | 174.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 94 | 0 | 0.24 | 0.57 | 0.14 | 35.04 | 0.63 | 0.61 |
| Hex | DB | A7 | 5E | 0 | 18 | 39 | E | 23 | 3F | 3D |
| Octal | 333 | 247 | 136 | 0 | 30 | 71 | 16 | 43 | 77 | 75 |
| Binary | 11011011 | 10100111 | 1011110 | 0 | 11000 | 111001 | 1110 | 100011 | 111111 | 111101 |
Color Harmonies of #DBA75E
Complementary color
Monochromatic Colors of #DBA75E
Black with #DBA75E
Text Example
Text Example
White with #DBA75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA75E; }
p { color: rgb(219,167,94); }
H1.HeaderClassName
{
color: #DBA75E;
}
.AnyTagClassName
{
color: #DBA75E;
}
</style>
background-color css
<style>
a { background-color: #DBA75E; }
a { background-color: rgb(219,167,94); }
div.DivClassName
{
background-color: #DBA75E;
}
.BgClassName
{
background-color: #DBA75E;
}
</style>
border-color css
<style>
span { border-color: #DBA75E; }
span { border-color: rgb(219,167,94); }
td.TdClassName
{
border-color: #DBA75E;
}
.TagClassName
{
border-color: #DBA75E;
}
</style>