Shades of Apache #D2A863
Tints of Apache #D2A863
RGB
CMYK
RGB Variations
Color information
#D2A863 (or 0xD2A863) is known color: Apache. HEX triplet: D2, A8 and 63. RGB value is (210,168,99). Sum of RGB (Red+Green+Blue) = 210+168+99=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A863 is #2D579C. Grayscale: #ADADAD. Windows color (decimal): -2971549 or 6531282. OLE color: 6531282.
HSL color Cylindrical-coordinate representation of color #D2A863: hue angle of 37.3º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2A863 is Cyan = 0, Magento = 0.2, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 99 | - |
| CMYK | 0 | 0.2 | 0.53 | 0.18 |
| HSL | 37.3º | 0.55% | 0.61% | - |
| HSV(B) | 37.3º | 0.53% | 0.82% | - |
| XYZ | 42.83 | 42.61 | 17.77 | - |
| YUV | 172.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 99 | 0 | 0.2 | 0.53 | 0.18 | 37.3 | 0.55 | 0.61 |
| Hex | D2 | A8 | 63 | 0 | 14 | 35 | 12 | 25 | 37 | 3D |
| Octal | 322 | 250 | 143 | 0 | 24 | 65 | 22 | 45 | 67 | 75 |
| Binary | 11010010 | 10101000 | 1100011 | 0 | 10100 | 110101 | 10010 | 100101 | 110111 | 111101 |
Color Harmonies of #D2A863
Complementary color
Monochromatic Colors of #D2A863
Black with #D2A863
Text Example
Text Example
White with #D2A863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A863; }
p { color: rgb(210,168,99); }
H1.HeaderClassName
{
color: #D2A863;
}
.AnyTagClassName
{
color: #D2A863;
}
</style>
background-color css
<style>
a { background-color: #D2A863; }
a { background-color: rgb(210,168,99); }
div.DivClassName
{
background-color: #D2A863;
}
.BgClassName
{
background-color: #D2A863;
}
</style>
border-color css
<style>
span { border-color: #D2A863; }
span { border-color: rgb(210,168,99); }
td.TdClassName
{
border-color: #D2A863;
}
.TagClassName
{
border-color: #D2A863;
}
</style>