Shades of Apache #D1A85C
Tints of Apache #D1A85C
RGB
CMYK
RGB Variations
Color information
#D1A85C (or 0xD1A85C) is known color: Apache. HEX triplet: D1, A8 and 5C. RGB value is (209,168,92). Sum of RGB (Red+Green+Blue) = 209+168+92=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A85C is #2E57A3. Grayscale: #ABABAB. Windows color (decimal): -3037092 or 6072529. OLE color: 6072529.
HSL color Cylindrical-coordinate representation of color #D1A85C: hue angle of 38.97º 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 #D1A85C is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 92 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.18 |
| HSL | 38.97º | 0.56% | 0.59% | - |
| HSV(B) | 38.97º | 0.56% | 0.82% | - |
| XYZ | 42.23 | 42.33 | 16.07 | - |
| YUV | 171.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 92 | 0 | 0.20 | 0.56 | 0.18 | 38.97 | 0.56 | 0.59 |
| Hex | D1 | A8 | 5C | 0 | 14 | 38 | 12 | 27 | 38 | 3B |
| Octal | 321 | 250 | 134 | 0 | 24 | 70 | 22 | 47 | 70 | 73 |
| Binary | 11010001 | 10101000 | 1011100 | 0 | 10100 | 111000 | 10010 | 100111 | 111000 | 111011 |
Color Harmonies of #D1A85C
Complementary color
Monochromatic Colors of #D1A85C
Black with #D1A85C
Text Example
Text Example
White with #D1A85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A85C; }
p { color: rgb(209,168,92); }
H1.HeaderClassName
{
color: #D1A85C;
}
.AnyTagClassName
{
color: #D1A85C;
}
</style>
background-color css
<style>
a { background-color: #D1A85C; }
a { background-color: rgb(209,168,92); }
div.DivClassName
{
background-color: #D1A85C;
}
.BgClassName
{
background-color: #D1A85C;
}
</style>
border-color css
<style>
span { border-color: #D1A85C; }
span { border-color: rgb(209,168,92); }
td.TdClassName
{
border-color: #D1A85C;
}
.TagClassName
{
border-color: #D1A85C;
}
</style>