Shades of Apache #D9A85C
Tints of Apache #D9A85C
RGB
CMYK
RGB Variations
Color information
#D9A85C (or 0xD9A85C) is known color: Apache. HEX triplet: D9, A8 and 5C. RGB value is (217,168,92). Sum of RGB (Red+Green+Blue) = 217+168+92=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A85C is #2657A3. Grayscale: #AEAEAE. Windows color (decimal): -2512804 or 6072537. OLE color: 6072537.
HSL color Cylindrical-coordinate representation of color #D9A85C: hue angle of 36.48º 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 #D9A85C is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 92 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.15 |
| HSL | 36.48º | 0.62% | 0.61% | - |
| HSV(B) | 36.48º | 0.58% | 0.85% | - |
| XYZ | 44.55 | 43.53 | 16.18 | - |
| YUV | 173.99 | 81.73 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 92 | 0 | 0.23 | 0.58 | 0.15 | 36.48 | 0.62 | 0.61 |
| Hex | D9 | A8 | 5C | 0 | 17 | 3A | F | 24 | 3E | 3D |
| Octal | 331 | 250 | 134 | 0 | 27 | 72 | 17 | 44 | 76 | 75 |
| Binary | 11011001 | 10101000 | 1011100 | 0 | 10111 | 111010 | 1111 | 100100 | 111110 | 111101 |
Color Harmonies of #D9A85C
Complementary color
Monochromatic Colors of #D9A85C
Black with #D9A85C
Text Example
Text Example
White with #D9A85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A85C; }
p { color: rgb(217,168,92); }
H1.HeaderClassName
{
color: #D9A85C;
}
.AnyTagClassName
{
color: #D9A85C;
}
</style>
background-color css
<style>
a { background-color: #D9A85C; }
a { background-color: rgb(217,168,92); }
div.DivClassName
{
background-color: #D9A85C;
}
.BgClassName
{
background-color: #D9A85C;
}
</style>
border-color css
<style>
span { border-color: #D9A85C; }
span { border-color: rgb(217,168,92); }
td.TdClassName
{
border-color: #D9A85C;
}
.TagClassName
{
border-color: #D9A85C;
}
</style>