Shades of Apache #D2A660
Tints of Apache #D2A660
RGB
CMYK
RGB Variations
Color information
#D2A660 (or 0xD2A660) is known color: Apache. HEX triplet: D2, A6 and 60. RGB value is (210,166,96). Sum of RGB (Red+Green+Blue) = 210+166+96=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A660 is #2D599F. Grayscale: #ABABAB. Windows color (decimal): -2972064 or 6334162. OLE color: 6334162.
HSL color Cylindrical-coordinate representation of color #D2A660: hue angle of 36.84º 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 #D2A660 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 96 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.18 |
| HSL | 36.84º | 0.56% | 0.6% | - |
| HSV(B) | 36.84º | 0.54% | 0.82% | - |
| XYZ | 42.33 | 41.82 | 16.91 | - |
| YUV | 171.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 96 | 0 | 0.21 | 0.54 | 0.18 | 36.84 | 0.56 | 0.6 |
| Hex | D2 | A6 | 60 | 0 | 15 | 36 | 12 | 25 | 38 | 3C |
| Octal | 322 | 246 | 140 | 0 | 25 | 66 | 22 | 45 | 70 | 74 |
| Binary | 11010010 | 10100110 | 1100000 | 0 | 10101 | 110110 | 10010 | 100101 | 111000 | 111100 |
Color Harmonies of #D2A660
Complementary color
Monochromatic Colors of #D2A660
Black with #D2A660
Text Example
Text Example
White with #D2A660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A660; }
p { color: rgb(210,166,96); }
H1.HeaderClassName
{
color: #D2A660;
}
.AnyTagClassName
{
color: #D2A660;
}
</style>
background-color css
<style>
a { background-color: #D2A660; }
a { background-color: rgb(210,166,96); }
div.DivClassName
{
background-color: #D2A660;
}
.BgClassName
{
background-color: #D2A660;
}
</style>
border-color css
<style>
span { border-color: #D2A660; }
span { border-color: rgb(210,166,96); }
td.TdClassName
{
border-color: #D2A660;
}
.TagClassName
{
border-color: #D2A660;
}
</style>