Shades of Apache #D1A04B
Tints of Apache #D1A04B
RGB
CMYK
RGB Variations
Color information
#D1A04B (or 0xD1A04B) is known color: Apache. HEX triplet: D1, A0 and 4B. RGB value is (209,160,75). Sum of RGB (Red+Green+Blue) = 209+160+75=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A04B is #2E5FB4. Grayscale: #A5A5A5. Windows color (decimal): -3039157 or 4956369. OLE color: 4956369.
HSL color Cylindrical-coordinate representation of color #D1A04B: hue angle of 38.06º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1A04B is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 75 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.18 |
| HSL | 38.06º | 0.59% | 0.56% | - |
| HSV(B) | 38.06º | 0.64% | 0.82% | - |
| XYZ | 40.14 | 39.2 | 12.11 | - |
| YUV | 164.96 | 77.23 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 75 | 0 | 0.23 | 0.64 | 0.18 | 38.06 | 0.59 | 0.56 |
| Hex | D1 | A0 | 4B | 0 | 17 | 40 | 12 | 26 | 3B | 38 |
| Octal | 321 | 240 | 113 | 0 | 27 | 100 | 22 | 46 | 73 | 70 |
| Binary | 11010001 | 10100000 | 1001011 | 0 | 10111 | 1000000 | 10010 | 100110 | 111011 | 111000 |
Color Harmonies of #D1A04B
Complementary color
Monochromatic Colors of #D1A04B
Black with #D1A04B
Text Example
Text Example
White with #D1A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A04B; }
p { color: rgb(209,160,75); }
H1.HeaderClassName
{
color: #D1A04B;
}
.AnyTagClassName
{
color: #D1A04B;
}
</style>
background-color css
<style>
a { background-color: #D1A04B; }
a { background-color: rgb(209,160,75); }
div.DivClassName
{
background-color: #D1A04B;
}
.BgClassName
{
background-color: #D1A04B;
}
</style>
border-color css
<style>
span { border-color: #D1A04B; }
span { border-color: rgb(209,160,75); }
td.TdClassName
{
border-color: #D1A04B;
}
.TagClassName
{
border-color: #D1A04B;
}
</style>