Shades of Apache #D1AC53
Tints of Apache #D1AC53
RGB
CMYK
RGB Variations
Color information
#D1AC53 (or 0xD1AC53) is known color: Apache. HEX triplet: D1, AC and 53. RGB value is (209,172,83). Sum of RGB (Red+Green+Blue) = 209+172+83=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AC53 is #2E53AC. Grayscale: #ADADAD. Windows color (decimal): -3036077 or 5483729. OLE color: 5483729.
HSL color Cylindrical-coordinate representation of color #D1AC53: hue angle of 42.38º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1AC53 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 83 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.18 |
| HSL | 42.38º | 0.58% | 0.57% | - |
| HSV(B) | 42.38º | 0.6% | 0.82% | - |
| XYZ | 42.61 | 43.68 | 14.37 | - |
| YUV | 172.92 | 77.26 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 83 | 0 | 0.18 | 0.60 | 0.18 | 42.38 | 0.58 | 0.57 |
| Hex | D1 | AC | 53 | 0 | 12 | 3C | 12 | 2A | 3A | 39 |
| Octal | 321 | 254 | 123 | 0 | 22 | 74 | 22 | 52 | 72 | 71 |
| Binary | 11010001 | 10101100 | 1010011 | 0 | 10010 | 111100 | 10010 | 101010 | 111010 | 111001 |
Color Harmonies of #D1AC53
Complementary color
Monochromatic Colors of #D1AC53
Black with #D1AC53
Text Example
Text Example
White with #D1AC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AC53; }
p { color: rgb(209,172,83); }
H1.HeaderClassName
{
color: #D1AC53;
}
.AnyTagClassName
{
color: #D1AC53;
}
</style>
background-color css
<style>
a { background-color: #D1AC53; }
a { background-color: rgb(209,172,83); }
div.DivClassName
{
background-color: #D1AC53;
}
.BgClassName
{
background-color: #D1AC53;
}
</style>
border-color css
<style>
span { border-color: #D1AC53; }
span { border-color: rgb(209,172,83); }
td.TdClassName
{
border-color: #D1AC53;
}
.TagClassName
{
border-color: #D1AC53;
}
</style>