Shades of Apache #DBA75C
Tints of Apache #DBA75C
RGB
CMYK
RGB Variations
Color information
#DBA75C (or 0xDBA75C) is known color: Apache. HEX triplet: DB, A7 and 5C. RGB value is (219,167,92). Sum of RGB (Red+Green+Blue) = 219+167+92=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA75C is #2458A3. Grayscale: #AEAEAE. Windows color (decimal): -2381988 or 6072283. OLE color: 6072283.
HSL color Cylindrical-coordinate representation of color #DBA75C: hue angle of 35.43º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBA75C is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 92 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.14 |
| HSL | 35.43º | 0.64% | 0.61% | - |
| HSV(B) | 35.43º | 0.58% | 0.86% | - |
| XYZ | 44.96 | 43.47 | 16.15 | - |
| YUV | 174 | 81.73 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 92 | 0 | 0.24 | 0.58 | 0.14 | 35.43 | 0.64 | 0.61 |
| Hex | DB | A7 | 5C | 0 | 18 | 3A | E | 23 | 40 | 3D |
| Octal | 333 | 247 | 134 | 0 | 30 | 72 | 16 | 43 | 100 | 75 |
| Binary | 11011011 | 10100111 | 1011100 | 0 | 11000 | 111010 | 1110 | 100011 | 1000000 | 111101 |
Color Harmonies of #DBA75C
Complementary color
Monochromatic Colors of #DBA75C
Black with #DBA75C
Text Example
Text Example
White with #DBA75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA75C; }
p { color: rgb(219,167,92); }
H1.HeaderClassName
{
color: #DBA75C;
}
.AnyTagClassName
{
color: #DBA75C;
}
</style>
background-color css
<style>
a { background-color: #DBA75C; }
a { background-color: rgb(219,167,92); }
div.DivClassName
{
background-color: #DBA75C;
}
.BgClassName
{
background-color: #DBA75C;
}
</style>
border-color css
<style>
span { border-color: #DBA75C; }
span { border-color: rgb(219,167,92); }
td.TdClassName
{
border-color: #DBA75C;
}
.TagClassName
{
border-color: #DBA75C;
}
</style>