Shades of Apache #D9A356
Tints of Apache #D9A356
RGB
CMYK
RGB Variations
Color information
#D9A356 (or 0xD9A356) is known color: Apache. HEX triplet: D9, A3 and 56. RGB value is (217,163,86). Sum of RGB (Red+Green+Blue) = 217+163+86=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A356 is #265CA9. Grayscale: #AAAAAA. Windows color (decimal): -2514090 or 5678041. OLE color: 5678041.
HSL color Cylindrical-coordinate representation of color #D9A356: hue angle of 35.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9A356 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 163 | 86 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.15 |
| HSL | 35.27º | 0.63% | 0.59% | - |
| HSV(B) | 35.27º | 0.6% | 0.85% | - |
| XYZ | 43.39 | 41.62 | 14.55 | - |
| YUV | 170.37 | 80.39 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 163 | 86 | 0 | 0.25 | 0.60 | 0.15 | 35.27 | 0.63 | 0.59 |
| Hex | D9 | A3 | 56 | 0 | 19 | 3C | F | 23 | 3F | 3B |
| Octal | 331 | 243 | 126 | 0 | 31 | 74 | 17 | 43 | 77 | 73 |
| Binary | 11011001 | 10100011 | 1010110 | 0 | 11001 | 111100 | 1111 | 100011 | 111111 | 111011 |
Color Harmonies of #D9A356
Complementary color
Monochromatic Colors of #D9A356
Black with #D9A356
Text Example
Text Example
White with #D9A356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A356; }
p { color: rgb(217,163,86); }
H1.HeaderClassName
{
color: #D9A356;
}
.AnyTagClassName
{
color: #D9A356;
}
</style>
background-color css
<style>
a { background-color: #D9A356; }
a { background-color: rgb(217,163,86); }
div.DivClassName
{
background-color: #D9A356;
}
.BgClassName
{
background-color: #D9A356;
}
</style>
border-color css
<style>
span { border-color: #D9A356; }
span { border-color: rgb(217,163,86); }
td.TdClassName
{
border-color: #D9A356;
}
.TagClassName
{
border-color: #D9A356;
}
</style>