Shades of Apache #D9A761
Tints of Apache #D9A761
RGB
CMYK
RGB Variations
Color information
#D9A761 (or 0xD9A761) is known color: Apache. HEX triplet: D9, A7 and 61. RGB value is (217,167,97). Sum of RGB (Red+Green+Blue) = 217+167+97=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A761 is #26589E. Grayscale: #AEAEAE. Windows color (decimal): -2513055 or 6399961. OLE color: 6399961.
HSL color Cylindrical-coordinate representation of color #D9A761: hue angle of 35º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9A761 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 97 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.15 |
| HSL | 35º | 0.61% | 0.62% | - |
| HSV(B) | 35º | 0.55% | 0.85% | - |
| XYZ | 44.59 | 43.25 | 17.31 | - |
| YUV | 173.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 97 | 0 | 0.23 | 0.55 | 0.15 | 35 | 0.61 | 0.62 |
| Hex | D9 | A7 | 61 | 0 | 17 | 37 | F | 23 | 3D | 3E |
| Octal | 331 | 247 | 141 | 0 | 27 | 67 | 17 | 43 | 75 | 76 |
| Binary | 11011001 | 10100111 | 1100001 | 0 | 10111 | 110111 | 1111 | 100011 | 111101 | 111110 |
Color Harmonies of #D9A761
Complementary color
Monochromatic Colors of #D9A761
Black with #D9A761
Text Example
Text Example
White with #D9A761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A761; }
p { color: rgb(217,167,97); }
H1.HeaderClassName
{
color: #D9A761;
}
.AnyTagClassName
{
color: #D9A761;
}
</style>
background-color css
<style>
a { background-color: #D9A761; }
a { background-color: rgb(217,167,97); }
div.DivClassName
{
background-color: #D9A761;
}
.BgClassName
{
background-color: #D9A761;
}
</style>
border-color css
<style>
span { border-color: #D9A761; }
span { border-color: rgb(217,167,97); }
td.TdClassName
{
border-color: #D9A761;
}
.TagClassName
{
border-color: #D9A761;
}
</style>