Shades of Apache #D7AB5D
Tints of Apache #D7AB5D
RGB
CMYK
RGB Variations
Color information
#D7AB5D (or 0xD7AB5D) is known color: Apache. HEX triplet: D7, AB and 5D. RGB value is (215,171,93). Sum of RGB (Red+Green+Blue) = 215+171+93=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB5D is #2854A2. Grayscale: #AFAFAF. Windows color (decimal): -2643107 or 6138839. OLE color: 6138839.
HSL color Cylindrical-coordinate representation of color #D7AB5D: hue angle of 38.36º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7AB5D is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 171 | 93 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.16 |
| HSL | 38.36º | 0.6% | 0.6% | - |
| HSV(B) | 38.36º | 0.57% | 0.84% | - |
| XYZ | 44.56 | 44.36 | 16.57 | - |
| YUV | 175.26 | 81.58 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 171 | 93 | 0 | 0.20 | 0.57 | 0.16 | 38.36 | 0.6 | 0.6 |
| Hex | D7 | AB | 5D | 0 | 14 | 39 | 10 | 26 | 3C | 3C |
| Octal | 327 | 253 | 135 | 0 | 24 | 71 | 20 | 46 | 74 | 74 |
| Binary | 11010111 | 10101011 | 1011101 | 0 | 10100 | 111001 | 10000 | 100110 | 111100 | 111100 |
Color Harmonies of #D7AB5D
Complementary color
Monochromatic Colors of #D7AB5D
Black with #D7AB5D
Text Example
Text Example
White with #D7AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AB5D; }
p { color: rgb(215,171,93); }
H1.HeaderClassName
{
color: #D7AB5D;
}
.AnyTagClassName
{
color: #D7AB5D;
}
</style>
background-color css
<style>
a { background-color: #D7AB5D; }
a { background-color: rgb(215,171,93); }
div.DivClassName
{
background-color: #D7AB5D;
}
.BgClassName
{
background-color: #D7AB5D;
}
</style>
border-color css
<style>
span { border-color: #D7AB5D; }
span { border-color: rgb(215,171,93); }
td.TdClassName
{
border-color: #D7AB5D;
}
.TagClassName
{
border-color: #D7AB5D;
}
</style>