Shades of Apache #D5A95C
Tints of Apache #D5A95C
RGB
CMYK
RGB Variations
Color information
#D5A95C (or 0xD5A95C) is known color: Apache. HEX triplet: D5, A9 and 5C. RGB value is (213,169,92). Sum of RGB (Red+Green+Blue) = 213+169+92=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A95C is #2A56A3. Grayscale: #ADADAD. Windows color (decimal): -2774692 or 6072789. OLE color: 6072789.
HSL color Cylindrical-coordinate representation of color #D5A95C: hue angle of 38.18º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5A95C is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 92 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.16 |
| HSL | 38.18º | 0.59% | 0.6% | - |
| HSV(B) | 38.18º | 0.57% | 0.84% | - |
| XYZ | 43.56 | 43.29 | 16.19 | - |
| YUV | 173.38 | 82.08 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 92 | 0 | 0.21 | 0.57 | 0.16 | 38.18 | 0.59 | 0.6 |
| Hex | D5 | A9 | 5C | 0 | 15 | 39 | 10 | 26 | 3B | 3C |
| Octal | 325 | 251 | 134 | 0 | 25 | 71 | 20 | 46 | 73 | 74 |
| Binary | 11010101 | 10101001 | 1011100 | 0 | 10101 | 111001 | 10000 | 100110 | 111011 | 111100 |
Color Harmonies of #D5A95C
Complementary color
Monochromatic Colors of #D5A95C
Black with #D5A95C
Text Example
Text Example
White with #D5A95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A95C; }
p { color: rgb(213,169,92); }
H1.HeaderClassName
{
color: #D5A95C;
}
.AnyTagClassName
{
color: #D5A95C;
}
</style>
background-color css
<style>
a { background-color: #D5A95C; }
a { background-color: rgb(213,169,92); }
div.DivClassName
{
background-color: #D5A95C;
}
.BgClassName
{
background-color: #D5A95C;
}
</style>
border-color css
<style>
span { border-color: #D5A95C; }
span { border-color: rgb(213,169,92); }
td.TdClassName
{
border-color: #D5A95C;
}
.TagClassName
{
border-color: #D5A95C;
}
</style>