Shades of Apache #D2A366
Tints of Apache #D2A366
RGB
CMYK
RGB Variations
Color information
#D2A366 (or 0xD2A366) is known color: Apache. HEX triplet: D2, A3 and 66. RGB value is (210,163,102). Sum of RGB (Red+Green+Blue) = 210+163+102=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A366 is #2D5C99. Grayscale: #AAAAAA. Windows color (decimal): -2972826 or 6726610. OLE color: 6726610.
HSL color Cylindrical-coordinate representation of color #D2A366: hue angle of 33.89º 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 #D2A366 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 102 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.18 |
| HSL | 33.89º | 0.55% | 0.61% | - |
| HSV(B) | 33.89º | 0.51% | 0.82% | - |
| XYZ | 42.07 | 40.86 | 18.24 | - |
| YUV | 170.1 | 89.57 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 102 | 0 | 0.22 | 0.51 | 0.18 | 33.89 | 0.55 | 0.61 |
| Hex | D2 | A3 | 66 | 0 | 16 | 33 | 12 | 22 | 37 | 3D |
| Octal | 322 | 243 | 146 | 0 | 26 | 63 | 22 | 42 | 67 | 75 |
| Binary | 11010010 | 10100011 | 1100110 | 0 | 10110 | 110011 | 10010 | 100010 | 110111 | 111101 |
Color Harmonies of #D2A366
Complementary color
Monochromatic Colors of #D2A366
Black with #D2A366
Text Example
Text Example
White with #D2A366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A366; }
p { color: rgb(210,163,102); }
H1.HeaderClassName
{
color: #D2A366;
}
.AnyTagClassName
{
color: #D2A366;
}
</style>
background-color css
<style>
a { background-color: #D2A366; }
a { background-color: rgb(210,163,102); }
div.DivClassName
{
background-color: #D2A366;
}
.BgClassName
{
background-color: #D2A366;
}
</style>
border-color css
<style>
span { border-color: #D2A366; }
span { border-color: rgb(210,163,102); }
td.TdClassName
{
border-color: #D2A366;
}
.TagClassName
{
border-color: #D2A366;
}
</style>