Shades of Apache #D7A463
Tints of Apache #D7A463
RGB
CMYK
RGB Variations
Color information
#D7A463 (or 0xD7A463) is known color: Apache. HEX triplet: D7, A4 and 63. RGB value is (215,164,99). Sum of RGB (Red+Green+Blue) = 215+164+99=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A463 is #285B9C. Grayscale: #ACACAC. Windows color (decimal): -2644893 or 6530263. OLE color: 6530263.
HSL color Cylindrical-coordinate representation of color #D7A463: hue angle of 33.62º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7A463 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 164 | 99 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.16 |
| HSL | 33.62º | 0.59% | 0.62% | - |
| HSV(B) | 33.62º | 0.54% | 0.84% | - |
| XYZ | 43.55 | 41.9 | 17.6 | - |
| YUV | 171.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 164 | 99 | 0 | 0.24 | 0.54 | 0.16 | 33.62 | 0.59 | 0.62 |
| Hex | D7 | A4 | 63 | 0 | 18 | 36 | 10 | 22 | 3B | 3E |
| Octal | 327 | 244 | 143 | 0 | 30 | 66 | 20 | 42 | 73 | 76 |
| Binary | 11010111 | 10100100 | 1100011 | 0 | 11000 | 110110 | 10000 | 100010 | 111011 | 111110 |
Color Harmonies of #D7A463
Complementary color
Monochromatic Colors of #D7A463
Black with #D7A463
Text Example
Text Example
White with #D7A463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A463; }
p { color: rgb(215,164,99); }
H1.HeaderClassName
{
color: #D7A463;
}
.AnyTagClassName
{
color: #D7A463;
}
</style>
background-color css
<style>
a { background-color: #D7A463; }
a { background-color: rgb(215,164,99); }
div.DivClassName
{
background-color: #D7A463;
}
.BgClassName
{
background-color: #D7A463;
}
</style>
border-color css
<style>
span { border-color: #D7A463; }
span { border-color: rgb(215,164,99); }
td.TdClassName
{
border-color: #D7A463;
}
.TagClassName
{
border-color: #D7A463;
}
</style>