Shades of Apache #D9A767
Tints of Apache #D9A767
RGB
CMYK
RGB Variations
Color information
#D9A767 (or 0xD9A767) is known color: Apache. HEX triplet: D9, A7 and 67. RGB value is (217,167,103). Sum of RGB (Red+Green+Blue) = 217+167+103=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A767 is #265898. Grayscale: #AEAEAE. Windows color (decimal): -2513049 or 6793177. OLE color: 6793177.
HSL color Cylindrical-coordinate representation of color #D9A767: hue angle of 33.68º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9A767 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 103 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.15 |
| HSL | 33.68º | 0.6% | 0.63% | - |
| HSV(B) | 33.68º | 0.53% | 0.85% | - |
| XYZ | 44.88 | 43.37 | 18.84 | - |
| YUV | 174.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 103 | 0 | 0.23 | 0.53 | 0.15 | 33.68 | 0.6 | 0.63 |
| Hex | D9 | A7 | 67 | 0 | 17 | 35 | F | 22 | 3C | 3F |
| Octal | 331 | 247 | 147 | 0 | 27 | 65 | 17 | 42 | 74 | 77 |
| Binary | 11011001 | 10100111 | 1100111 | 0 | 10111 | 110101 | 1111 | 100010 | 111100 | 111111 |
Color Harmonies of #D9A767
Complementary color
Monochromatic Colors of #D9A767
Black with #D9A767
Text Example
Text Example
White with #D9A767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A767; }
p { color: rgb(217,167,103); }
H1.HeaderClassName
{
color: #D9A767;
}
.AnyTagClassName
{
color: #D9A767;
}
</style>
background-color css
<style>
a { background-color: #D9A767; }
a { background-color: rgb(217,167,103); }
div.DivClassName
{
background-color: #D9A767;
}
.BgClassName
{
background-color: #D9A767;
}
</style>
border-color css
<style>
span { border-color: #D9A767; }
span { border-color: rgb(217,167,103); }
td.TdClassName
{
border-color: #D9A767;
}
.TagClassName
{
border-color: #D9A767;
}
</style>