Shades of Apache #D7A965
Tints of Apache #D7A965
RGB
CMYK
RGB Variations
Color information
#D7A965 (or 0xD7A965) is known color: Apache. HEX triplet: D7, A9 and 65. RGB value is (215,169,101). Sum of RGB (Red+Green+Blue) = 215+169+101=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A965 is #28569A. Grayscale: #AFAFAF. Windows color (decimal): -2643611 or 6662615. OLE color: 6662615.
HSL color Cylindrical-coordinate representation of color #D7A965: hue angle of 35.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7A965 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 169 | 101 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.16 |
| HSL | 35.79º | 0.59% | 0.62% | - |
| HSV(B) | 35.79º | 0.53% | 0.84% | - |
| XYZ | 44.56 | 43.76 | 18.41 | - |
| YUV | 175 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 169 | 101 | 0 | 0.21 | 0.53 | 0.16 | 35.79 | 0.59 | 0.62 |
| Hex | D7 | A9 | 65 | 0 | 15 | 35 | 10 | 24 | 3B | 3E |
| Octal | 327 | 251 | 145 | 0 | 25 | 65 | 20 | 44 | 73 | 76 |
| Binary | 11010111 | 10101001 | 1100101 | 0 | 10101 | 110101 | 10000 | 100100 | 111011 | 111110 |
Color Harmonies of #D7A965
Complementary color
Monochromatic Colors of #D7A965
Black with #D7A965
Text Example
Text Example
White with #D7A965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A965; }
p { color: rgb(215,169,101); }
H1.HeaderClassName
{
color: #D7A965;
}
.AnyTagClassName
{
color: #D7A965;
}
</style>
background-color css
<style>
a { background-color: #D7A965; }
a { background-color: rgb(215,169,101); }
div.DivClassName
{
background-color: #D7A965;
}
.BgClassName
{
background-color: #D7A965;
}
</style>
border-color css
<style>
span { border-color: #D7A965; }
span { border-color: rgb(215,169,101); }
td.TdClassName
{
border-color: #D7A965;
}
.TagClassName
{
border-color: #D7A965;
}
</style>