Shades of Apache #D8A667
Tints of Apache #D8A667
RGB
CMYK
RGB Variations
Color information
#D8A667 (or 0xD8A667) is known color: Apache. HEX triplet: D8, A6 and 67. RGB value is (216,166,103). Sum of RGB (Red+Green+Blue) = 216+166+103=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A667 is #275998. Grayscale: #AEAEAE. Windows color (decimal): -2578841 or 6792920. OLE color: 6792920.
HSL color Cylindrical-coordinate representation of color #D8A667: hue angle of 33.45º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8A667 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 166 | 103 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.15 |
| HSL | 33.45º | 0.59% | 0.63% | - |
| HSV(B) | 33.45º | 0.52% | 0.85% | - |
| XYZ | 44.4 | 42.85 | 18.76 | - |
| YUV | 173.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 166 | 103 | 0 | 0.23 | 0.52 | 0.15 | 33.45 | 0.59 | 0.63 |
| Hex | D8 | A6 | 67 | 0 | 17 | 34 | F | 21 | 3B | 3F |
| Octal | 330 | 246 | 147 | 0 | 27 | 64 | 17 | 41 | 73 | 77 |
| Binary | 11011000 | 10100110 | 1100111 | 0 | 10111 | 110100 | 1111 | 100001 | 111011 | 111111 |
Color Harmonies of #D8A667
Complementary color
Monochromatic Colors of #D8A667
Black with #D8A667
Text Example
Text Example
White with #D8A667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A667; }
p { color: rgb(216,166,103); }
H1.HeaderClassName
{
color: #D8A667;
}
.AnyTagClassName
{
color: #D8A667;
}
</style>
background-color css
<style>
a { background-color: #D8A667; }
a { background-color: rgb(216,166,103); }
div.DivClassName
{
background-color: #D8A667;
}
.BgClassName
{
background-color: #D8A667;
}
</style>
border-color css
<style>
span { border-color: #D8A667; }
span { border-color: rgb(216,166,103); }
td.TdClassName
{
border-color: #D8A667;
}
.TagClassName
{
border-color: #D8A667;
}
</style>