Shades of Apache #D6AC5D
Tints of Apache #D6AC5D
RGB
CMYK
RGB Variations
Color information
#D6AC5D (or 0xD6AC5D) is known color: Apache. HEX triplet: D6, AC and 5D. RGB value is (214,172,93). Sum of RGB (Red+Green+Blue) = 214+172+93=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC5D is #2953A2. Grayscale: #AFAFAF. Windows color (decimal): -2708387 or 6139094. OLE color: 6139094.
HSL color Cylindrical-coordinate representation of color #D6AC5D: hue angle of 39.17º 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 #D6AC5D is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 93 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.16 |
| HSL | 39.17º | 0.6% | 0.6% | - |
| HSV(B) | 39.17º | 0.57% | 0.84% | - |
| XYZ | 44.46 | 44.59 | 16.62 | - |
| YUV | 175.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 93 | 0 | 0.20 | 0.57 | 0.16 | 39.17 | 0.6 | 0.6 |
| Hex | D6 | AC | 5D | 0 | 14 | 39 | 10 | 27 | 3C | 3C |
| Octal | 326 | 254 | 135 | 0 | 24 | 71 | 20 | 47 | 74 | 74 |
| Binary | 11010110 | 10101100 | 1011101 | 0 | 10100 | 111001 | 10000 | 100111 | 111100 | 111100 |
Color Harmonies of #D6AC5D
Complementary color
Monochromatic Colors of #D6AC5D
Black with #D6AC5D
Text Example
Text Example
White with #D6AC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AC5D; }
p { color: rgb(214,172,93); }
H1.HeaderClassName
{
color: #D6AC5D;
}
.AnyTagClassName
{
color: #D6AC5D;
}
</style>
background-color css
<style>
a { background-color: #D6AC5D; }
a { background-color: rgb(214,172,93); }
div.DivClassName
{
background-color: #D6AC5D;
}
.BgClassName
{
background-color: #D6AC5D;
}
</style>
border-color css
<style>
span { border-color: #D6AC5D; }
span { border-color: rgb(214,172,93); }
td.TdClassName
{
border-color: #D6AC5D;
}
.TagClassName
{
border-color: #D6AC5D;
}
</style>