Shades of Apache #D9A95B
Tints of Apache #D9A95B
RGB
CMYK
RGB Variations
Color information
#D9A95B (or 0xD9A95B) is known color: Apache. HEX triplet: D9, A9 and 5B. RGB value is (217,169,91). Sum of RGB (Red+Green+Blue) = 217+169+91=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A95B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A95B is #2656A4. Grayscale: #AEAEAE. Windows color (decimal): -2512549 or 6007257. OLE color: 6007257.
HSL color Cylindrical-coordinate representation of color #D9A95B: hue angle of 37.14º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9A95B is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 169 | 91 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.15 |
| HSL | 37.14º | 0.62% | 0.6% | - |
| HSV(B) | 37.14º | 0.58% | 0.85% | - |
| XYZ | 44.69 | 43.88 | 16.01 | - |
| YUV | 174.46 | 80.9 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 169 | 91 | 0 | 0.22 | 0.58 | 0.15 | 37.14 | 0.62 | 0.6 |
| Hex | D9 | A9 | 5B | 0 | 16 | 3A | F | 25 | 3E | 3C |
| Octal | 331 | 251 | 133 | 0 | 26 | 72 | 17 | 45 | 76 | 74 |
| Binary | 11011001 | 10101001 | 1011011 | 0 | 10110 | 111010 | 1111 | 100101 | 111110 | 111100 |
Color Harmonies of #D9A95B
Complementary color
Monochromatic Colors of #D9A95B
Black with #D9A95B
Text Example
Text Example
White with #D9A95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A95B; }
p { color: rgb(217,169,91); }
H1.HeaderClassName
{
color: #D9A95B;
}
.AnyTagClassName
{
color: #D9A95B;
}
</style>
background-color css
<style>
a { background-color: #D9A95B; }
a { background-color: rgb(217,169,91); }
div.DivClassName
{
background-color: #D9A95B;
}
.BgClassName
{
background-color: #D9A95B;
}
</style>
border-color css
<style>
span { border-color: #D9A95B; }
span { border-color: rgb(217,169,91); }
td.TdClassName
{
border-color: #D9A95B;
}
.TagClassName
{
border-color: #D9A95B;
}
</style>