Shades of Apache #D1A662
Tints of Apache #D1A662
RGB
CMYK
RGB Variations
Color information
#D1A662 (or 0xD1A662) is known color: Apache. HEX triplet: D1, A6 and 62. RGB value is (209,166,98). Sum of RGB (Red+Green+Blue) = 209+166+98=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A662 is #2E599D. Grayscale: #ABABAB. Windows color (decimal): -3037598 or 6465233. OLE color: 6465233.
HSL color Cylindrical-coordinate representation of color #D1A662: hue angle of 36.76º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1A662 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 98 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.18 |
| HSL | 36.76º | 0.55% | 0.6% | - |
| HSV(B) | 36.76º | 0.53% | 0.82% | - |
| XYZ | 42.14 | 41.71 | 17.39 | - |
| YUV | 171.11 | 86.75 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 98 | 0 | 0.21 | 0.53 | 0.18 | 36.76 | 0.55 | 0.6 |
| Hex | D1 | A6 | 62 | 0 | 15 | 35 | 12 | 25 | 37 | 3C |
| Octal | 321 | 246 | 142 | 0 | 25 | 65 | 22 | 45 | 67 | 74 |
| Binary | 11010001 | 10100110 | 1100010 | 0 | 10101 | 110101 | 10010 | 100101 | 110111 | 111100 |
Color Harmonies of #D1A662
Complementary color
Monochromatic Colors of #D1A662
Black with #D1A662
Text Example
Text Example
White with #D1A662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A662; }
p { color: rgb(209,166,98); }
H1.HeaderClassName
{
color: #D1A662;
}
.AnyTagClassName
{
color: #D1A662;
}
</style>
background-color css
<style>
a { background-color: #D1A662; }
a { background-color: rgb(209,166,98); }
div.DivClassName
{
background-color: #D1A662;
}
.BgClassName
{
background-color: #D1A662;
}
</style>
border-color css
<style>
span { border-color: #D1A662; }
span { border-color: rgb(209,166,98); }
td.TdClassName
{
border-color: #D1A662;
}
.TagClassName
{
border-color: #D1A662;
}
</style>