Shades of Apache #D7A963
Tints of Apache #D7A963
RGB
CMYK
RGB Variations
Color information
#D7A963 (or 0xD7A963) is known color: Apache. HEX triplet: D7, A9 and 63. RGB value is (215,169,99). Sum of RGB (Red+Green+Blue) = 215+169+99=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A963 is #28569C. Grayscale: #AFAFAF. Windows color (decimal): -2643613 or 6531543. OLE color: 6531543.
HSL color Cylindrical-coordinate representation of color #D7A963: hue angle of 36.21º 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 #D7A963 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 169 | 99 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.16 |
| HSL | 36.21º | 0.59% | 0.62% | - |
| HSV(B) | 36.21º | 0.54% | 0.84% | - |
| XYZ | 44.46 | 43.72 | 17.9 | - |
| YUV | 174.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 169 | 99 | 0 | 0.21 | 0.54 | 0.16 | 36.21 | 0.59 | 0.62 |
| Hex | D7 | A9 | 63 | 0 | 15 | 36 | 10 | 24 | 3B | 3E |
| Octal | 327 | 251 | 143 | 0 | 25 | 66 | 20 | 44 | 73 | 76 |
| Binary | 11010111 | 10101001 | 1100011 | 0 | 10101 | 110110 | 10000 | 100100 | 111011 | 111110 |
Color Harmonies of #D7A963
Complementary color
Monochromatic Colors of #D7A963
Black with #D7A963
Text Example
Text Example
White with #D7A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A963; }
p { color: rgb(215,169,99); }
H1.HeaderClassName
{
color: #D7A963;
}
.AnyTagClassName
{
color: #D7A963;
}
</style>
background-color css
<style>
a { background-color: #D7A963; }
a { background-color: rgb(215,169,99); }
div.DivClassName
{
background-color: #D7A963;
}
.BgClassName
{
background-color: #D7A963;
}
</style>
border-color css
<style>
span { border-color: #D7A963; }
span { border-color: rgb(215,169,99); }
td.TdClassName
{
border-color: #D7A963;
}
.TagClassName
{
border-color: #D7A963;
}
</style>