Shades of Apache #D1A260
Tints of Apache #D1A260
RGB
CMYK
RGB Variations
Color information
#D1A260 (or 0xD1A260) is known color: Apache. HEX triplet: D1, A2 and 60. RGB value is (209,162,96). Sum of RGB (Red+Green+Blue) = 209+162+96=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A260 is #2E5D9F. Grayscale: #A8A8A8. Windows color (decimal): -3038624 or 6333137. OLE color: 6333137.
HSL color Cylindrical-coordinate representation of color #D1A260: hue angle of 35.04º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1A260 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 96 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.18 |
| HSL | 35.04º | 0.55% | 0.6% | - |
| HSV(B) | 35.04º | 0.54% | 0.82% | - |
| XYZ | 41.33 | 40.24 | 16.66 | - |
| YUV | 168.53 | 87.07 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 96 | 0 | 0.22 | 0.54 | 0.18 | 35.04 | 0.55 | 0.6 |
| Hex | D1 | A2 | 60 | 0 | 16 | 36 | 12 | 23 | 37 | 3C |
| Octal | 321 | 242 | 140 | 0 | 26 | 66 | 22 | 43 | 67 | 74 |
| Binary | 11010001 | 10100010 | 1100000 | 0 | 10110 | 110110 | 10010 | 100011 | 110111 | 111100 |
Color Harmonies of #D1A260
Complementary color
Monochromatic Colors of #D1A260
Black with #D1A260
Text Example
Text Example
White with #D1A260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A260; }
p { color: rgb(209,162,96); }
H1.HeaderClassName
{
color: #D1A260;
}
.AnyTagClassName
{
color: #D1A260;
}
</style>
background-color css
<style>
a { background-color: #D1A260; }
a { background-color: rgb(209,162,96); }
div.DivClassName
{
background-color: #D1A260;
}
.BgClassName
{
background-color: #D1A260;
}
</style>
border-color css
<style>
span { border-color: #D1A260; }
span { border-color: rgb(209,162,96); }
td.TdClassName
{
border-color: #D1A260;
}
.TagClassName
{
border-color: #D1A260;
}
</style>