Shades of Apache #D2A260
Tints of Apache #D2A260
RGB
CMYK
RGB Variations
Color information
#D2A260 (or 0xD2A260) is known color: Apache. HEX triplet: D2, A2 and 60. RGB value is (210,162,96). Sum of RGB (Red+Green+Blue) = 210+162+96=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A260 is #2D5D9F. Grayscale: #A9A9A9. Windows color (decimal): -2973088 or 6333138. OLE color: 6333138.
HSL color Cylindrical-coordinate representation of color #D2A260: hue angle of 34.74º degrees, saturation: 0.56, 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 #D2A260 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 96 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.18 |
| HSL | 34.74º | 0.56% | 0.6% | - |
| HSV(B) | 34.74º | 0.54% | 0.82% | - |
| XYZ | 41.61 | 40.39 | 16.67 | - |
| YUV | 168.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 96 | 0 | 0.23 | 0.54 | 0.18 | 34.74 | 0.56 | 0.6 |
| Hex | D2 | A2 | 60 | 0 | 17 | 36 | 12 | 23 | 38 | 3C |
| Octal | 322 | 242 | 140 | 0 | 27 | 66 | 22 | 43 | 70 | 74 |
| Binary | 11010010 | 10100010 | 1100000 | 0 | 10111 | 110110 | 10010 | 100011 | 111000 | 111100 |
Color Harmonies of #D2A260
Complementary color
Monochromatic Colors of #D2A260
Black with #D2A260
Text Example
Text Example
White with #D2A260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A260; }
p { color: rgb(210,162,96); }
H1.HeaderClassName
{
color: #D2A260;
}
.AnyTagClassName
{
color: #D2A260;
}
</style>
background-color css
<style>
a { background-color: #D2A260; }
a { background-color: rgb(210,162,96); }
div.DivClassName
{
background-color: #D2A260;
}
.BgClassName
{
background-color: #D2A260;
}
</style>
border-color css
<style>
span { border-color: #D2A260; }
span { border-color: rgb(210,162,96); }
td.TdClassName
{
border-color: #D2A260;
}
.TagClassName
{
border-color: #D2A260;
}
</style>