Shades of Apache #D1A95D
Tints of Apache #D1A95D
RGB
CMYK
RGB Variations
Color information
#D1A95D (or 0xD1A95D) is known color: Apache. HEX triplet: D1, A9 and 5D. RGB value is (209,169,93). Sum of RGB (Red+Green+Blue) = 209+169+93=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A95D is #2E56A2. Grayscale: #ACACAC. Windows color (decimal): -3036835 or 6138321. OLE color: 6138321.
HSL color Cylindrical-coordinate representation of color #D1A95D: hue angle of 39.31º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1A95D is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 169 | 93 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.18 |
| HSL | 39.31º | 0.56% | 0.59% | - |
| HSV(B) | 39.31º | 0.56% | 0.82% | - |
| XYZ | 42.46 | 42.72 | 16.36 | - |
| YUV | 172.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 169 | 93 | 0 | 0.19 | 0.56 | 0.18 | 39.31 | 0.56 | 0.59 |
| Hex | D1 | A9 | 5D | 0 | 13 | 38 | 12 | 27 | 38 | 3B |
| Octal | 321 | 251 | 135 | 0 | 23 | 70 | 22 | 47 | 70 | 73 |
| Binary | 11010001 | 10101001 | 1011101 | 0 | 10011 | 111000 | 10010 | 100111 | 111000 | 111011 |
Color Harmonies of #D1A95D
Complementary color
Monochromatic Colors of #D1A95D
Black with #D1A95D
Text Example
Text Example
White with #D1A95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A95D; }
p { color: rgb(209,169,93); }
H1.HeaderClassName
{
color: #D1A95D;
}
.AnyTagClassName
{
color: #D1A95D;
}
</style>
background-color css
<style>
a { background-color: #D1A95D; }
a { background-color: rgb(209,169,93); }
div.DivClassName
{
background-color: #D1A95D;
}
.BgClassName
{
background-color: #D1A95D;
}
</style>
border-color css
<style>
span { border-color: #D1A95D; }
span { border-color: rgb(209,169,93); }
td.TdClassName
{
border-color: #D1A95D;
}
.TagClassName
{
border-color: #D1A95D;
}
</style>