Shades of Apache #D9A765
Tints of Apache #D9A765
RGB
CMYK
RGB Variations
Color information
#D9A765 (or 0xD9A765) is known color: Apache. HEX triplet: D9, A7 and 65. RGB value is (217,167,101). Sum of RGB (Red+Green+Blue) = 217+167+101=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A765 is #26589A. Grayscale: #AEAEAE. Windows color (decimal): -2513051 or 6662105. OLE color: 6662105.
HSL color Cylindrical-coordinate representation of color #D9A765: hue angle of 34.14º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9A765 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 101 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.15 |
| HSL | 34.14º | 0.6% | 0.62% | - |
| HSV(B) | 34.14º | 0.53% | 0.85% | - |
| XYZ | 44.78 | 43.33 | 18.31 | - |
| YUV | 174.43 | 86.57 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 101 | 0 | 0.23 | 0.53 | 0.15 | 34.14 | 0.6 | 0.62 |
| Hex | D9 | A7 | 65 | 0 | 17 | 35 | F | 22 | 3C | 3E |
| Octal | 331 | 247 | 145 | 0 | 27 | 65 | 17 | 42 | 74 | 76 |
| Binary | 11011001 | 10100111 | 1100101 | 0 | 10111 | 110101 | 1111 | 100010 | 111100 | 111110 |
Color Harmonies of #D9A765
Complementary color
Monochromatic Colors of #D9A765
Black with #D9A765
Text Example
Text Example
White with #D9A765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A765; }
p { color: rgb(217,167,101); }
H1.HeaderClassName
{
color: #D9A765;
}
.AnyTagClassName
{
color: #D9A765;
}
</style>
background-color css
<style>
a { background-color: #D9A765; }
a { background-color: rgb(217,167,101); }
div.DivClassName
{
background-color: #D9A765;
}
.BgClassName
{
background-color: #D9A765;
}
</style>
border-color css
<style>
span { border-color: #D9A765; }
span { border-color: rgb(217,167,101); }
td.TdClassName
{
border-color: #D9A765;
}
.TagClassName
{
border-color: #D9A765;
}
</style>