Shades of Apache #D6A858
Tints of Apache #D6A858
RGB
CMYK
RGB Variations
Color information
#D6A858 (or 0xD6A858) is known color: Apache. HEX triplet: D6, A8 and 58. RGB value is (214,168,88). Sum of RGB (Red+Green+Blue) = 214+168+88=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A858 is #2957A7. Grayscale: #ADADAD. Windows color (decimal): -2709416 or 5810390. OLE color: 5810390.
HSL color Cylindrical-coordinate representation of color #D6A858: hue angle of 38.1º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6A858 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 88 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.16 |
| HSL | 38.1º | 0.61% | 0.59% | - |
| HSV(B) | 38.1º | 0.59% | 0.84% | - |
| XYZ | 43.5 | 43.01 | 15.24 | - |
| YUV | 172.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 88 | 0 | 0.21 | 0.59 | 0.16 | 38.1 | 0.61 | 0.59 |
| Hex | D6 | A8 | 58 | 0 | 15 | 3B | 10 | 26 | 3D | 3B |
| Octal | 326 | 250 | 130 | 0 | 25 | 73 | 20 | 46 | 75 | 73 |
| Binary | 11010110 | 10101000 | 1011000 | 0 | 10101 | 111011 | 10000 | 100110 | 111101 | 111011 |
Color Harmonies of #D6A858
Complementary color
Monochromatic Colors of #D6A858
Black with #D6A858
Text Example
Text Example
White with #D6A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A858; }
p { color: rgb(214,168,88); }
H1.HeaderClassName
{
color: #D6A858;
}
.AnyTagClassName
{
color: #D6A858;
}
</style>
background-color css
<style>
a { background-color: #D6A858; }
a { background-color: rgb(214,168,88); }
div.DivClassName
{
background-color: #D6A858;
}
.BgClassName
{
background-color: #D6A858;
}
</style>
border-color css
<style>
span { border-color: #D6A858; }
span { border-color: rgb(214,168,88); }
td.TdClassName
{
border-color: #D6A858;
}
.TagClassName
{
border-color: #D6A858;
}
</style>