Shades of Apache #D9A95C
Tints of Apache #D9A95C
RGB
CMYK
RGB Variations
Color information
#D9A95C (or 0xD9A95C) is known color: Apache. HEX triplet: D9, A9 and 5C. RGB value is (217,169,92). Sum of RGB (Red+Green+Blue) = 217+169+92=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A95C is #2656A3. Grayscale: #AEAEAE. Windows color (decimal): -2512548 or 6072793. OLE color: 6072793.
HSL color Cylindrical-coordinate representation of color #D9A95C: hue angle of 36.96º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9A95C is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 169 | 92 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.15 |
| HSL | 36.96º | 0.62% | 0.61% | - |
| HSV(B) | 36.96º | 0.58% | 0.85% | - |
| XYZ | 44.74 | 43.9 | 16.24 | - |
| YUV | 174.57 | 81.4 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 169 | 92 | 0 | 0.22 | 0.58 | 0.15 | 36.96 | 0.62 | 0.61 |
| Hex | D9 | A9 | 5C | 0 | 16 | 3A | F | 25 | 3E | 3D |
| Octal | 331 | 251 | 134 | 0 | 26 | 72 | 17 | 45 | 76 | 75 |
| Binary | 11011001 | 10101001 | 1011100 | 0 | 10110 | 111010 | 1111 | 100101 | 111110 | 111101 |
Color Harmonies of #D9A95C
Complementary color
Monochromatic Colors of #D9A95C
Black with #D9A95C
Text Example
Text Example
White with #D9A95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A95C; }
p { color: rgb(217,169,92); }
H1.HeaderClassName
{
color: #D9A95C;
}
.AnyTagClassName
{
color: #D9A95C;
}
</style>
background-color css
<style>
a { background-color: #D9A95C; }
a { background-color: rgb(217,169,92); }
div.DivClassName
{
background-color: #D9A95C;
}
.BgClassName
{
background-color: #D9A95C;
}
</style>
border-color css
<style>
span { border-color: #D9A95C; }
span { border-color: rgb(217,169,92); }
td.TdClassName
{
border-color: #D9A95C;
}
.TagClassName
{
border-color: #D9A95C;
}
</style>