Shades of Apache #DBA75D
Tints of Apache #DBA75D
RGB
CMYK
RGB Variations
Color information
#DBA75D (or 0xDBA75D) is known color: Apache. HEX triplet: DB, A7 and 5D. RGB value is (219,167,93). Sum of RGB (Red+Green+Blue) = 219+167+93=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA75D is #2458A2. Grayscale: #AEAEAE. Windows color (decimal): -2381987 or 6137819. OLE color: 6137819.
HSL color Cylindrical-coordinate representation of color #DBA75D: hue angle of 35.24º 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 #DBA75D is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 93 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.14 |
| HSL | 35.24º | 0.64% | 0.61% | - |
| HSV(B) | 35.24º | 0.58% | 0.86% | - |
| XYZ | 45.01 | 43.49 | 16.38 | - |
| YUV | 174.11 | 82.23 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 93 | 0 | 0.24 | 0.58 | 0.14 | 35.24 | 0.64 | 0.61 |
| Hex | DB | A7 | 5D | 0 | 18 | 3A | E | 23 | 40 | 3D |
| Octal | 333 | 247 | 135 | 0 | 30 | 72 | 16 | 43 | 100 | 75 |
| Binary | 11011011 | 10100111 | 1011101 | 0 | 11000 | 111010 | 1110 | 100011 | 1000000 | 111101 |
Color Harmonies of #DBA75D
Complementary color
Monochromatic Colors of #DBA75D
Black with #DBA75D
Text Example
Text Example
White with #DBA75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA75D; }
p { color: rgb(219,167,93); }
H1.HeaderClassName
{
color: #DBA75D;
}
.AnyTagClassName
{
color: #DBA75D;
}
</style>
background-color css
<style>
a { background-color: #DBA75D; }
a { background-color: rgb(219,167,93); }
div.DivClassName
{
background-color: #DBA75D;
}
.BgClassName
{
background-color: #DBA75D;
}
</style>
border-color css
<style>
span { border-color: #DBA75D; }
span { border-color: rgb(219,167,93); }
td.TdClassName
{
border-color: #DBA75D;
}
.TagClassName
{
border-color: #DBA75D;
}
</style>