Shades of Apache #D8A566
Tints of Apache #D8A566
RGB
CMYK
RGB Variations
Color information
#D8A566 (or 0xD8A566) is known color: Apache. HEX triplet: D8, A5 and 66. RGB value is (216,165,102). Sum of RGB (Red+Green+Blue) = 216+165+102=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A566 is #275A99. Grayscale: #ADADAD. Windows color (decimal): -2579098 or 6727128. OLE color: 6727128.
HSL color Cylindrical-coordinate representation of color #D8A566: hue angle of 33.16º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8A566 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 165 | 102 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.15 |
| HSL | 33.16º | 0.59% | 0.62% | - |
| HSV(B) | 33.16º | 0.53% | 0.85% | - |
| XYZ | 44.17 | 42.47 | 18.44 | - |
| YUV | 173.07 | 87.9 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 102 | 0 | 0.24 | 0.53 | 0.15 | 33.16 | 0.59 | 0.62 |
| Hex | D8 | A5 | 66 | 0 | 18 | 35 | F | 21 | 3B | 3E |
| Octal | 330 | 245 | 146 | 0 | 30 | 65 | 17 | 41 | 73 | 76 |
| Binary | 11011000 | 10100101 | 1100110 | 0 | 11000 | 110101 | 1111 | 100001 | 111011 | 111110 |
Color Harmonies of #D8A566
Complementary color
Monochromatic Colors of #D8A566
Black with #D8A566
Text Example
Text Example
White with #D8A566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A566; }
p { color: rgb(216,165,102); }
H1.HeaderClassName
{
color: #D8A566;
}
.AnyTagClassName
{
color: #D8A566;
}
</style>
background-color css
<style>
a { background-color: #D8A566; }
a { background-color: rgb(216,165,102); }
div.DivClassName
{
background-color: #D8A566;
}
.BgClassName
{
background-color: #D8A566;
}
</style>
border-color css
<style>
span { border-color: #D8A566; }
span { border-color: rgb(216,165,102); }
td.TdClassName
{
border-color: #D8A566;
}
.TagClassName
{
border-color: #D8A566;
}
</style>