Shades of Apache #D7A360
Tints of Apache #D7A360
RGB
CMYK
RGB Variations
Color information
#D7A360 (or 0xD7A360) is known color: Apache. HEX triplet: D7, A3 and 60. RGB value is (215,163,96). Sum of RGB (Red+Green+Blue) = 215+163+96=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A360 is #285C9F. Grayscale: #ABABAB. Windows color (decimal): -2645152 or 6333399. OLE color: 6333399.
HSL color Cylindrical-coordinate representation of color #D7A360: hue angle of 33.78º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7A360 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 163 | 96 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.16 |
| HSL | 33.78º | 0.6% | 0.61% | - |
| HSV(B) | 33.78º | 0.55% | 0.84% | - |
| XYZ | 43.23 | 41.49 | 16.8 | - |
| YUV | 170.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 163 | 96 | 0 | 0.24 | 0.55 | 0.16 | 33.78 | 0.6 | 0.61 |
| Hex | D7 | A3 | 60 | 0 | 18 | 37 | 10 | 22 | 3C | 3D |
| Octal | 327 | 243 | 140 | 0 | 30 | 67 | 20 | 42 | 74 | 75 |
| Binary | 11010111 | 10100011 | 1100000 | 0 | 11000 | 110111 | 10000 | 100010 | 111100 | 111101 |
Color Harmonies of #D7A360
Complementary color
Monochromatic Colors of #D7A360
Black with #D7A360
Text Example
Text Example
White with #D7A360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A360; }
p { color: rgb(215,163,96); }
H1.HeaderClassName
{
color: #D7A360;
}
.AnyTagClassName
{
color: #D7A360;
}
</style>
background-color css
<style>
a { background-color: #D7A360; }
a { background-color: rgb(215,163,96); }
div.DivClassName
{
background-color: #D7A360;
}
.BgClassName
{
background-color: #D7A360;
}
</style>
border-color css
<style>
span { border-color: #D7A360; }
span { border-color: rgb(215,163,96); }
td.TdClassName
{
border-color: #D7A360;
}
.TagClassName
{
border-color: #D7A360;
}
</style>