Shades of Apache #D1A062
Tints of Apache #D1A062
RGB
CMYK
RGB Variations
Color information
#D1A062 (or 0xD1A062) is known color: Apache. HEX triplet: D1, A0 and 62. RGB value is (209,160,98). Sum of RGB (Red+Green+Blue) = 209+160+98=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A062 is #2E5F9D. Grayscale: #A7A7A7. Windows color (decimal): -3039134 or 6463697. OLE color: 6463697.
HSL color Cylindrical-coordinate representation of color #D1A062: hue angle of 33.51º 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 #D1A062 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 98 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.18 |
| HSL | 33.51º | 0.55% | 0.6% | - |
| HSV(B) | 33.51º | 0.53% | 0.82% | - |
| XYZ | 41.07 | 39.58 | 17.03 | - |
| YUV | 167.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 98 | 0 | 0.23 | 0.53 | 0.18 | 33.51 | 0.55 | 0.6 |
| Hex | D1 | A0 | 62 | 0 | 17 | 35 | 12 | 22 | 37 | 3C |
| Octal | 321 | 240 | 142 | 0 | 27 | 65 | 22 | 42 | 67 | 74 |
| Binary | 11010001 | 10100000 | 1100010 | 0 | 10111 | 110101 | 10010 | 100010 | 110111 | 111100 |
Color Harmonies of #D1A062
Complementary color
Monochromatic Colors of #D1A062
Black with #D1A062
Text Example
Text Example
White with #D1A062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A062; }
p { color: rgb(209,160,98); }
H1.HeaderClassName
{
color: #D1A062;
}
.AnyTagClassName
{
color: #D1A062;
}
</style>
background-color css
<style>
a { background-color: #D1A062; }
a { background-color: rgb(209,160,98); }
div.DivClassName
{
background-color: #D1A062;
}
.BgClassName
{
background-color: #D1A062;
}
</style>
border-color css
<style>
span { border-color: #D1A062; }
span { border-color: rgb(209,160,98); }
td.TdClassName
{
border-color: #D1A062;
}
.TagClassName
{
border-color: #D1A062;
}
</style>