Shades of Apache #D1A851
Tints of Apache #D1A851
RGB
CMYK
RGB Variations
Color information
#D1A851 (or 0xD1A851) is known color: Apache. HEX triplet: D1, A8 and 51. RGB value is (209,168,81). Sum of RGB (Red+Green+Blue) = 209+168+81=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A851 is #2E57AE. Grayscale: #AAAAAA. Windows color (decimal): -3037103 or 5351633. OLE color: 5351633.
HSL color Cylindrical-coordinate representation of color #D1A851: hue angle of 40.78º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1A851 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 81 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.18 |
| HSL | 40.78º | 0.58% | 0.57% | - |
| HSV(B) | 40.78º | 0.61% | 0.82% | - |
| XYZ | 41.78 | 42.15 | 13.72 | - |
| YUV | 170.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 81 | 0 | 0.20 | 0.61 | 0.18 | 40.78 | 0.58 | 0.57 |
| Hex | D1 | A8 | 51 | 0 | 14 | 3D | 12 | 29 | 3A | 39 |
| Octal | 321 | 250 | 121 | 0 | 24 | 75 | 22 | 51 | 72 | 71 |
| Binary | 11010001 | 10101000 | 1010001 | 0 | 10100 | 111101 | 10010 | 101001 | 111010 | 111001 |
Color Harmonies of #D1A851
Complementary color
Monochromatic Colors of #D1A851
Black with #D1A851
Text Example
Text Example
White with #D1A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A851; }
p { color: rgb(209,168,81); }
H1.HeaderClassName
{
color: #D1A851;
}
.AnyTagClassName
{
color: #D1A851;
}
</style>
background-color css
<style>
a { background-color: #D1A851; }
a { background-color: rgb(209,168,81); }
div.DivClassName
{
background-color: #D1A851;
}
.BgClassName
{
background-color: #D1A851;
}
</style>
border-color css
<style>
span { border-color: #D1A851; }
span { border-color: rgb(209,168,81); }
td.TdClassName
{
border-color: #D1A851;
}
.TagClassName
{
border-color: #D1A851;
}
</style>