Shades of Apache #D1A063
Tints of Apache #D1A063
RGB
CMYK
RGB Variations
Color information
#D1A063 (or 0xD1A063) is known color: Apache. HEX triplet: D1, A0 and 63. RGB value is (209,160,99). Sum of RGB (Red+Green+Blue) = 209+160+99=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A063 is #2E5F9C. Grayscale: #A7A7A7. Windows color (decimal): -3039133 or 6529233. OLE color: 6529233.
HSL color Cylindrical-coordinate representation of color #D1A063: hue angle of 33.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1A063 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 99 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.18 |
| HSL | 33.27º | 0.54% | 0.6% | - |
| HSV(B) | 33.27º | 0.53% | 0.82% | - |
| XYZ | 41.12 | 39.6 | 17.28 | - |
| YUV | 167.7 | 89.23 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 99 | 0 | 0.23 | 0.53 | 0.18 | 33.27 | 0.54 | 0.6 |
| Hex | D1 | A0 | 63 | 0 | 17 | 35 | 12 | 21 | 36 | 3C |
| Octal | 321 | 240 | 143 | 0 | 27 | 65 | 22 | 41 | 66 | 74 |
| Binary | 11010001 | 10100000 | 1100011 | 0 | 10111 | 110101 | 10010 | 100001 | 110110 | 111100 |
Color Harmonies of #D1A063
Complementary color
Monochromatic Colors of #D1A063
Black with #D1A063
Text Example
Text Example
White with #D1A063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A063; }
p { color: rgb(209,160,99); }
H1.HeaderClassName
{
color: #D1A063;
}
.AnyTagClassName
{
color: #D1A063;
}
</style>
background-color css
<style>
a { background-color: #D1A063; }
a { background-color: rgb(209,160,99); }
div.DivClassName
{
background-color: #D1A063;
}
.BgClassName
{
background-color: #D1A063;
}
</style>
border-color css
<style>
span { border-color: #D1A063; }
span { border-color: rgb(209,160,99); }
td.TdClassName
{
border-color: #D1A063;
}
.TagClassName
{
border-color: #D1A063;
}
</style>