Shades of Apache #D1A657
Tints of Apache #D1A657
RGB
CMYK
RGB Variations
Color information
#D1A657 (or 0xD1A657) is known color: Apache. HEX triplet: D1, A6 and 57. RGB value is (209,166,87). Sum of RGB (Red+Green+Blue) = 209+166+87=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A657 is #2E59A8. Grayscale: #AAAAAA. Windows color (decimal): -3037609 or 5744337. OLE color: 5744337.
HSL color Cylindrical-coordinate representation of color #D1A657: hue angle of 38.85º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1A657 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 87 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.18 |
| HSL | 38.85º | 0.57% | 0.58% | - |
| HSV(B) | 38.85º | 0.58% | 0.82% | - |
| XYZ | 41.65 | 41.52 | 14.83 | - |
| YUV | 169.85 | 81.25 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 87 | 0 | 0.21 | 0.58 | 0.18 | 38.85 | 0.57 | 0.58 |
| Hex | D1 | A6 | 57 | 0 | 15 | 3A | 12 | 27 | 39 | 3A |
| Octal | 321 | 246 | 127 | 0 | 25 | 72 | 22 | 47 | 71 | 72 |
| Binary | 11010001 | 10100110 | 1010111 | 0 | 10101 | 111010 | 10010 | 100111 | 111001 | 111010 |
Color Harmonies of #D1A657
Complementary color
Monochromatic Colors of #D1A657
Black with #D1A657
Text Example
Text Example
White with #D1A657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A657; }
p { color: rgb(209,166,87); }
H1.HeaderClassName
{
color: #D1A657;
}
.AnyTagClassName
{
color: #D1A657;
}
</style>
background-color css
<style>
a { background-color: #D1A657; }
a { background-color: rgb(209,166,87); }
div.DivClassName
{
background-color: #D1A657;
}
.BgClassName
{
background-color: #D1A657;
}
</style>
border-color css
<style>
span { border-color: #D1A657; }
span { border-color: rgb(209,166,87); }
td.TdClassName
{
border-color: #D1A657;
}
.TagClassName
{
border-color: #D1A657;
}
</style>