Shades of Apache #D1AC61
Tints of Apache #D1AC61
RGB
CMYK
RGB Variations
Color information
#D1AC61 (or 0xD1AC61) is known color: Apache. HEX triplet: D1, AC and 61. RGB value is (209,172,97). Sum of RGB (Red+Green+Blue) = 209+172+97=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AC61 is #2E539E. Grayscale: #AEAEAE. Windows color (decimal): -3036063 or 6401233. OLE color: 6401233.
HSL color Cylindrical-coordinate representation of color #D1AC61: hue angle of 40.18º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1AC61 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 97 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.18 |
| HSL | 40.18º | 0.55% | 0.6% | - |
| HSV(B) | 40.18º | 0.54% | 0.82% | - |
| XYZ | 43.2 | 43.92 | 17.51 | - |
| YUV | 174.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 97 | 0 | 0.18 | 0.54 | 0.18 | 40.18 | 0.55 | 0.6 |
| Hex | D1 | AC | 61 | 0 | 12 | 36 | 12 | 28 | 37 | 3C |
| Octal | 321 | 254 | 141 | 0 | 22 | 66 | 22 | 50 | 67 | 74 |
| Binary | 11010001 | 10101100 | 1100001 | 0 | 10010 | 110110 | 10010 | 101000 | 110111 | 111100 |
Color Harmonies of #D1AC61
Complementary color
Monochromatic Colors of #D1AC61
Black with #D1AC61
Text Example
Text Example
White with #D1AC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AC61; }
p { color: rgb(209,172,97); }
H1.HeaderClassName
{
color: #D1AC61;
}
.AnyTagClassName
{
color: #D1AC61;
}
</style>
background-color css
<style>
a { background-color: #D1AC61; }
a { background-color: rgb(209,172,97); }
div.DivClassName
{
background-color: #D1AC61;
}
.BgClassName
{
background-color: #D1AC61;
}
</style>
border-color css
<style>
span { border-color: #D1AC61; }
span { border-color: rgb(209,172,97); }
td.TdClassName
{
border-color: #D1AC61;
}
.TagClassName
{
border-color: #D1AC61;
}
</style>