Shades of Apache #D5A263
Tints of Apache #D5A263
RGB
CMYK
RGB Variations
Color information
#D5A263 (or 0xD5A263) is known color: Apache. HEX triplet: D5, A2 and 63. RGB value is (213,162,99). Sum of RGB (Red+Green+Blue) = 213+162+99=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A263 is #2A5D9C. Grayscale: #AAAAAA. Windows color (decimal): -2776477 or 6529749. OLE color: 6529749.
HSL color Cylindrical-coordinate representation of color #D5A263: hue angle of 33.16º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5A263 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 99 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.16 |
| HSL | 33.16º | 0.58% | 0.61% | - |
| HSV(B) | 33.16º | 0.54% | 0.84% | - |
| XYZ | 42.61 | 40.89 | 17.45 | - |
| YUV | 170.07 | 87.9 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 99 | 0 | 0.24 | 0.54 | 0.16 | 33.16 | 0.58 | 0.61 |
| Hex | D5 | A2 | 63 | 0 | 18 | 36 | 10 | 21 | 3A | 3D |
| Octal | 325 | 242 | 143 | 0 | 30 | 66 | 20 | 41 | 72 | 75 |
| Binary | 11010101 | 10100010 | 1100011 | 0 | 11000 | 110110 | 10000 | 100001 | 111010 | 111101 |
Color Harmonies of #D5A263
Complementary color
Monochromatic Colors of #D5A263
Black with #D5A263
Text Example
Text Example
White with #D5A263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A263; }
p { color: rgb(213,162,99); }
H1.HeaderClassName
{
color: #D5A263;
}
.AnyTagClassName
{
color: #D5A263;
}
</style>
background-color css
<style>
a { background-color: #D5A263; }
a { background-color: rgb(213,162,99); }
div.DivClassName
{
background-color: #D5A263;
}
.BgClassName
{
background-color: #D5A263;
}
</style>
border-color css
<style>
span { border-color: #D5A263; }
span { border-color: rgb(213,162,99); }
td.TdClassName
{
border-color: #D5A263;
}
.TagClassName
{
border-color: #D5A263;
}
</style>