Shades of Apache #D1A85F
Tints of Apache #D1A85F
RGB
CMYK
RGB Variations
Color information
#D1A85F (or 0xD1A85F) is known color: Apache. HEX triplet: D1, A8 and 5F. RGB value is (209,168,95). Sum of RGB (Red+Green+Blue) = 209+168+95=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A85F is #2E57A0. Grayscale: #ACACAC. Windows color (decimal): -3037089 or 6269137. OLE color: 6269137.
HSL color Cylindrical-coordinate representation of color #D1A85F: hue angle of 38.42º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1A85F is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 95 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.18 |
| HSL | 38.42º | 0.55% | 0.6% | - |
| HSV(B) | 38.42º | 0.55% | 0.82% | - |
| XYZ | 42.36 | 42.39 | 16.78 | - |
| YUV | 171.94 | 84.58 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 95 | 0 | 0.20 | 0.55 | 0.18 | 38.42 | 0.55 | 0.6 |
| Hex | D1 | A8 | 5F | 0 | 14 | 37 | 12 | 26 | 37 | 3C |
| Octal | 321 | 250 | 137 | 0 | 24 | 67 | 22 | 46 | 67 | 74 |
| Binary | 11010001 | 10101000 | 1011111 | 0 | 10100 | 110111 | 10010 | 100110 | 110111 | 111100 |
Color Harmonies of #D1A85F
Complementary color
Monochromatic Colors of #D1A85F
Black with #D1A85F
Text Example
Text Example
White with #D1A85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A85F; }
p { color: rgb(209,168,95); }
H1.HeaderClassName
{
color: #D1A85F;
}
.AnyTagClassName
{
color: #D1A85F;
}
</style>
background-color css
<style>
a { background-color: #D1A85F; }
a { background-color: rgb(209,168,95); }
div.DivClassName
{
background-color: #D1A85F;
}
.BgClassName
{
background-color: #D1A85F;
}
</style>
border-color css
<style>
span { border-color: #D1A85F; }
span { border-color: rgb(209,168,95); }
td.TdClassName
{
border-color: #D1A85F;
}
.TagClassName
{
border-color: #D1A85F;
}
</style>