Shades of Apache #D1A85A
Tints of Apache #D1A85A
RGB
CMYK
RGB Variations
Color information
#D1A85A (or 0xD1A85A) is known color: Apache. HEX triplet: D1, A8 and 5A. RGB value is (209,168,90). Sum of RGB (Red+Green+Blue) = 209+168+90=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A85A is #2E57A5. Grayscale: #ABABAB. Windows color (decimal): -3037094 or 5941457. OLE color: 5941457.
HSL color Cylindrical-coordinate representation of color #D1A85A: hue angle of 39.33º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1A85A is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 90 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.18 |
| HSL | 39.33º | 0.56% | 0.59% | - |
| HSV(B) | 39.33º | 0.57% | 0.82% | - |
| XYZ | 42.14 | 42.3 | 15.62 | - |
| YUV | 171.37 | 82.08 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 90 | 0 | 0.20 | 0.57 | 0.18 | 39.33 | 0.56 | 0.59 |
| Hex | D1 | A8 | 5A | 0 | 14 | 39 | 12 | 27 | 38 | 3B |
| Octal | 321 | 250 | 132 | 0 | 24 | 71 | 22 | 47 | 70 | 73 |
| Binary | 11010001 | 10101000 | 1011010 | 0 | 10100 | 111001 | 10010 | 100111 | 111000 | 111011 |
Color Harmonies of #D1A85A
Complementary color
Monochromatic Colors of #D1A85A
Black with #D1A85A
Text Example
Text Example
White with #D1A85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A85A; }
p { color: rgb(209,168,90); }
H1.HeaderClassName
{
color: #D1A85A;
}
.AnyTagClassName
{
color: #D1A85A;
}
</style>
background-color css
<style>
a { background-color: #D1A85A; }
a { background-color: rgb(209,168,90); }
div.DivClassName
{
background-color: #D1A85A;
}
.BgClassName
{
background-color: #D1A85A;
}
</style>
border-color css
<style>
span { border-color: #D1A85A; }
span { border-color: rgb(209,168,90); }
td.TdClassName
{
border-color: #D1A85A;
}
.TagClassName
{
border-color: #D1A85A;
}
</style>