Shades of Apache #D5A756
Tints of Apache #D5A756
RGB
CMYK
RGB Variations
Color information
#D5A756 (or 0xD5A756) is known color: Apache. HEX triplet: D5, A7 and 56. RGB value is (213,167,86). Sum of RGB (Red+Green+Blue) = 213+167+86=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A756 is #2A58A9. Grayscale: #ABABAB. Windows color (decimal): -2775210 or 5679061. OLE color: 5679061.
HSL color Cylindrical-coordinate representation of color #D5A756: hue angle of 38.27º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5A756 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 167 | 86 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.16 |
| HSL | 38.27º | 0.6% | 0.59% | - |
| HSV(B) | 38.27º | 0.6% | 0.84% | - |
| XYZ | 42.94 | 42.46 | 14.74 | - |
| YUV | 171.52 | 79.74 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 167 | 86 | 0 | 0.22 | 0.60 | 0.16 | 38.27 | 0.6 | 0.59 |
| Hex | D5 | A7 | 56 | 0 | 16 | 3C | 10 | 26 | 3C | 3B |
| Octal | 325 | 247 | 126 | 0 | 26 | 74 | 20 | 46 | 74 | 73 |
| Binary | 11010101 | 10100111 | 1010110 | 0 | 10110 | 111100 | 10000 | 100110 | 111100 | 111011 |
Color Harmonies of #D5A756
Complementary color
Monochromatic Colors of #D5A756
Black with #D5A756
Text Example
Text Example
White with #D5A756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A756; }
p { color: rgb(213,167,86); }
H1.HeaderClassName
{
color: #D5A756;
}
.AnyTagClassName
{
color: #D5A756;
}
</style>
background-color css
<style>
a { background-color: #D5A756; }
a { background-color: rgb(213,167,86); }
div.DivClassName
{
background-color: #D5A756;
}
.BgClassName
{
background-color: #D5A756;
}
</style>
border-color css
<style>
span { border-color: #D5A756; }
span { border-color: rgb(213,167,86); }
td.TdClassName
{
border-color: #D5A756;
}
.TagClassName
{
border-color: #D5A756;
}
</style>