Shades of Apache #D6AC5C
Tints of Apache #D6AC5C
RGB
CMYK
RGB Variations
Color information
#D6AC5C (or 0xD6AC5C) is known color: Apache. HEX triplet: D6, AC and 5C. RGB value is (214,172,92). Sum of RGB (Red+Green+Blue) = 214+172+92=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC5C is #2953A3. Grayscale: #AFAFAF. Windows color (decimal): -2708388 or 6073558. OLE color: 6073558.
HSL color Cylindrical-coordinate representation of color #D6AC5C: hue angle of 39.34º 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 #D6AC5C is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 92 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.16 |
| HSL | 39.34º | 0.6% | 0.6% | - |
| HSV(B) | 39.34º | 0.57% | 0.84% | - |
| XYZ | 44.42 | 44.57 | 16.39 | - |
| YUV | 175.44 | 80.91 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 92 | 0 | 0.20 | 0.57 | 0.16 | 39.34 | 0.6 | 0.6 |
| Hex | D6 | AC | 5C | 0 | 14 | 39 | 10 | 27 | 3C | 3C |
| Octal | 326 | 254 | 134 | 0 | 24 | 71 | 20 | 47 | 74 | 74 |
| Binary | 11010110 | 10101100 | 1011100 | 0 | 10100 | 111001 | 10000 | 100111 | 111100 | 111100 |
Color Harmonies of #D6AC5C
Complementary color
Monochromatic Colors of #D6AC5C
Black with #D6AC5C
Text Example
Text Example
White with #D6AC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AC5C; }
p { color: rgb(214,172,92); }
H1.HeaderClassName
{
color: #D6AC5C;
}
.AnyTagClassName
{
color: #D6AC5C;
}
</style>
background-color css
<style>
a { background-color: #D6AC5C; }
a { background-color: rgb(214,172,92); }
div.DivClassName
{
background-color: #D6AC5C;
}
.BgClassName
{
background-color: #D6AC5C;
}
</style>
border-color css
<style>
span { border-color: #D6AC5C; }
span { border-color: rgb(214,172,92); }
td.TdClassName
{
border-color: #D6AC5C;
}
.TagClassName
{
border-color: #D6AC5C;
}
</style>