Shades of Apache #D2A363
Tints of Apache #D2A363
RGB
CMYK
RGB Variations
Color information
#D2A363 (or 0xD2A363) is known color: Apache. HEX triplet: D2, A3 and 63. RGB value is (210,163,99). Sum of RGB (Red+Green+Blue) = 210+163+99=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A363 is #2D5C9C. Grayscale: #AAAAAA. Windows color (decimal): -2972829 or 6530002. OLE color: 6530002.
HSL color Cylindrical-coordinate representation of color #D2A363: hue angle of 34.59º 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 #D2A363 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 99 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.18 |
| HSL | 34.59º | 0.55% | 0.61% | - |
| HSV(B) | 34.59º | 0.53% | 0.82% | - |
| XYZ | 41.93 | 40.8 | 17.47 | - |
| YUV | 169.76 | 88.07 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 99 | 0 | 0.22 | 0.53 | 0.18 | 34.59 | 0.55 | 0.61 |
| Hex | D2 | A3 | 63 | 0 | 16 | 35 | 12 | 23 | 37 | 3D |
| Octal | 322 | 243 | 143 | 0 | 26 | 65 | 22 | 43 | 67 | 75 |
| Binary | 11010010 | 10100011 | 1100011 | 0 | 10110 | 110101 | 10010 | 100011 | 110111 | 111101 |
Color Harmonies of #D2A363
Complementary color
Monochromatic Colors of #D2A363
Black with #D2A363
Text Example
Text Example
White with #D2A363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A363; }
p { color: rgb(210,163,99); }
H1.HeaderClassName
{
color: #D2A363;
}
.AnyTagClassName
{
color: #D2A363;
}
</style>
background-color css
<style>
a { background-color: #D2A363; }
a { background-color: rgb(210,163,99); }
div.DivClassName
{
background-color: #D2A363;
}
.BgClassName
{
background-color: #D2A363;
}
</style>
border-color css
<style>
span { border-color: #D2A363; }
span { border-color: rgb(210,163,99); }
td.TdClassName
{
border-color: #D2A363;
}
.TagClassName
{
border-color: #D2A363;
}
</style>