Shades of Apache #D9AC5C
Tints of Apache #D9AC5C
RGB
CMYK
RGB Variations
Color information
#D9AC5C (or 0xD9AC5C) is known color: Apache. HEX triplet: D9, AC and 5C. RGB value is (217,172,92). Sum of RGB (Red+Green+Blue) = 217+172+92=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC5C is #2653A3. Grayscale: #B0B0B0. Windows color (decimal): -2511780 or 6073561. OLE color: 6073561.
HSL color Cylindrical-coordinate representation of color #D9AC5C: hue angle of 38.4º 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 #D9AC5C is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 172 | 92 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.15 |
| HSL | 38.4º | 0.62% | 0.61% | - |
| HSV(B) | 38.4º | 0.58% | 0.85% | - |
| XYZ | 45.3 | 45.03 | 16.43 | - |
| YUV | 176.34 | 80.41 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 92 | 0 | 0.21 | 0.58 | 0.15 | 38.4 | 0.62 | 0.61 |
| Hex | D9 | AC | 5C | 0 | 15 | 3A | F | 26 | 3E | 3D |
| Octal | 331 | 254 | 134 | 0 | 25 | 72 | 17 | 46 | 76 | 75 |
| Binary | 11011001 | 10101100 | 1011100 | 0 | 10101 | 111010 | 1111 | 100110 | 111110 | 111101 |
Color Harmonies of #D9AC5C
Complementary color
Monochromatic Colors of #D9AC5C
Black with #D9AC5C
Text Example
Text Example
White with #D9AC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AC5C; }
p { color: rgb(217,172,92); }
H1.HeaderClassName
{
color: #D9AC5C;
}
.AnyTagClassName
{
color: #D9AC5C;
}
</style>
background-color css
<style>
a { background-color: #D9AC5C; }
a { background-color: rgb(217,172,92); }
div.DivClassName
{
background-color: #D9AC5C;
}
.BgClassName
{
background-color: #D9AC5C;
}
</style>
border-color css
<style>
span { border-color: #D9AC5C; }
span { border-color: rgb(217,172,92); }
td.TdClassName
{
border-color: #D9AC5C;
}
.TagClassName
{
border-color: #D9AC5C;
}
</style>