Shades of Apache #D2A266
Tints of Apache #D2A266
RGB
CMYK
RGB Variations
Color information
#D2A266 (or 0xD2A266) is known color: Apache. HEX triplet: D2, A2 and 66. RGB value is (210,162,102). Sum of RGB (Red+Green+Blue) = 210+162+102=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A266 is #2D5D99. Grayscale: #A9A9A9. Windows color (decimal): -2973082 or 6726354. OLE color: 6726354.
HSL color Cylindrical-coordinate representation of color #D2A266: hue angle of 33.33º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2A266 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 102 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.18 |
| HSL | 33.33º | 0.55% | 0.61% | - |
| HSV(B) | 33.33º | 0.51% | 0.82% | - |
| XYZ | 41.9 | 40.5 | 18.18 | - |
| YUV | 169.51 | 89.9 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 102 | 0 | 0.23 | 0.51 | 0.18 | 33.33 | 0.55 | 0.61 |
| Hex | D2 | A2 | 66 | 0 | 17 | 33 | 12 | 21 | 37 | 3D |
| Octal | 322 | 242 | 146 | 0 | 27 | 63 | 22 | 41 | 67 | 75 |
| Binary | 11010010 | 10100010 | 1100110 | 0 | 10111 | 110011 | 10010 | 100001 | 110111 | 111101 |
Color Harmonies of #D2A266
Complementary color
Monochromatic Colors of #D2A266
Black with #D2A266
Text Example
Text Example
White with #D2A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A266; }
p { color: rgb(210,162,102); }
H1.HeaderClassName
{
color: #D2A266;
}
.AnyTagClassName
{
color: #D2A266;
}
</style>
background-color css
<style>
a { background-color: #D2A266; }
a { background-color: rgb(210,162,102); }
div.DivClassName
{
background-color: #D2A266;
}
.BgClassName
{
background-color: #D2A266;
}
</style>
border-color css
<style>
span { border-color: #D2A266; }
span { border-color: rgb(210,162,102); }
td.TdClassName
{
border-color: #D2A266;
}
.TagClassName
{
border-color: #D2A266;
}
</style>