Shades of Apache #D6A758
Tints of Apache #D6A758
RGB
CMYK
RGB Variations
Color information
#D6A758 (or 0xD6A758) is known color: Apache. HEX triplet: D6, A7 and 58. RGB value is (214,167,88). Sum of RGB (Red+Green+Blue) = 214+167+88=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A758 is #2958A7. Grayscale: #ACACAC. Windows color (decimal): -2709672 or 5810134. OLE color: 5810134.
HSL color Cylindrical-coordinate representation of color #D6A758: hue angle of 37.62º 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 #D6A758 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 167 | 88 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.16 |
| HSL | 37.62º | 0.61% | 0.59% | - |
| HSV(B) | 37.62º | 0.59% | 0.84% | - |
| XYZ | 43.31 | 42.64 | 15.18 | - |
| YUV | 172.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 167 | 88 | 0 | 0.22 | 0.59 | 0.16 | 37.62 | 0.61 | 0.59 |
| Hex | D6 | A7 | 58 | 0 | 16 | 3B | 10 | 26 | 3D | 3B |
| Octal | 326 | 247 | 130 | 0 | 26 | 73 | 20 | 46 | 75 | 73 |
| Binary | 11010110 | 10100111 | 1011000 | 0 | 10110 | 111011 | 10000 | 100110 | 111101 | 111011 |
Color Harmonies of #D6A758
Complementary color
Monochromatic Colors of #D6A758
Black with #D6A758
Text Example
Text Example
White with #D6A758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A758; }
p { color: rgb(214,167,88); }
H1.HeaderClassName
{
color: #D6A758;
}
.AnyTagClassName
{
color: #D6A758;
}
</style>
background-color css
<style>
a { background-color: #D6A758; }
a { background-color: rgb(214,167,88); }
div.DivClassName
{
background-color: #D6A758;
}
.BgClassName
{
background-color: #D6A758;
}
</style>
border-color css
<style>
span { border-color: #D6A758; }
span { border-color: rgb(214,167,88); }
td.TdClassName
{
border-color: #D6A758;
}
.TagClassName
{
border-color: #D6A758;
}
</style>