Shades of Apache #D8A65C
Tints of Apache #D8A65C
RGB
CMYK
RGB Variations
Color information
#D8A65C (or 0xD8A65C) is known color: Apache. HEX triplet: D8, A6 and 5C. RGB value is (216,166,92). Sum of RGB (Red+Green+Blue) = 216+166+92=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A65C is #2759A3. Grayscale: #ACACAC. Windows color (decimal): -2578852 or 6072024. OLE color: 6072024.
HSL color Cylindrical-coordinate representation of color #D8A65C: hue angle of 35.81º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8A65C is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 166 | 92 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.15 |
| HSL | 35.81º | 0.61% | 0.6% | - |
| HSV(B) | 35.81º | 0.57% | 0.85% | - |
| XYZ | 43.89 | 42.64 | 16.04 | - |
| YUV | 172.51 | 82.57 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 166 | 92 | 0 | 0.23 | 0.57 | 0.15 | 35.81 | 0.61 | 0.6 |
| Hex | D8 | A6 | 5C | 0 | 17 | 39 | F | 24 | 3D | 3C |
| Octal | 330 | 246 | 134 | 0 | 27 | 71 | 17 | 44 | 75 | 74 |
| Binary | 11011000 | 10100110 | 1011100 | 0 | 10111 | 111001 | 1111 | 100100 | 111101 | 111100 |
Color Harmonies of #D8A65C
Complementary color
Monochromatic Colors of #D8A65C
Black with #D8A65C
Text Example
Text Example
White with #D8A65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A65C; }
p { color: rgb(216,166,92); }
H1.HeaderClassName
{
color: #D8A65C;
}
.AnyTagClassName
{
color: #D8A65C;
}
</style>
background-color css
<style>
a { background-color: #D8A65C; }
a { background-color: rgb(216,166,92); }
div.DivClassName
{
background-color: #D8A65C;
}
.BgClassName
{
background-color: #D8A65C;
}
</style>
border-color css
<style>
span { border-color: #D8A65C; }
span { border-color: rgb(216,166,92); }
td.TdClassName
{
border-color: #D8A65C;
}
.TagClassName
{
border-color: #D8A65C;
}
</style>