Shades of Apache #D7A566
Tints of Apache #D7A566
RGB
CMYK
RGB Variations
Color information
#D7A566 (or 0xD7A566) is known color: Apache. HEX triplet: D7, A5 and 66. RGB value is (215,165,102). Sum of RGB (Red+Green+Blue) = 215+165+102=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A566 is #285A99. Grayscale: #ADADAD. Windows color (decimal): -2644634 or 6727127. OLE color: 6727127.
HSL color Cylindrical-coordinate representation of color #D7A566: hue angle of 33.45º 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 #D7A566 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 165 | 102 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.16 |
| HSL | 33.45º | 0.59% | 0.62% | - |
| HSV(B) | 33.45º | 0.53% | 0.84% | - |
| XYZ | 43.88 | 42.32 | 18.43 | - |
| YUV | 172.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 165 | 102 | 0 | 0.23 | 0.53 | 0.16 | 33.45 | 0.59 | 0.62 |
| Hex | D7 | A5 | 66 | 0 | 17 | 35 | 10 | 21 | 3B | 3E |
| Octal | 327 | 245 | 146 | 0 | 27 | 65 | 20 | 41 | 73 | 76 |
| Binary | 11010111 | 10100101 | 1100110 | 0 | 10111 | 110101 | 10000 | 100001 | 111011 | 111110 |
Color Harmonies of #D7A566
Complementary color
Monochromatic Colors of #D7A566
Black with #D7A566
Text Example
Text Example
White with #D7A566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A566; }
p { color: rgb(215,165,102); }
H1.HeaderClassName
{
color: #D7A566;
}
.AnyTagClassName
{
color: #D7A566;
}
</style>
background-color css
<style>
a { background-color: #D7A566; }
a { background-color: rgb(215,165,102); }
div.DivClassName
{
background-color: #D7A566;
}
.BgClassName
{
background-color: #D7A566;
}
</style>
border-color css
<style>
span { border-color: #D7A566; }
span { border-color: rgb(215,165,102); }
td.TdClassName
{
border-color: #D7A566;
}
.TagClassName
{
border-color: #D7A566;
}
</style>