Shades of Apache #D6A869
Tints of Apache #D6A869
RGB
CMYK
RGB Variations
Color information
#D6A869 (or 0xD6A869) is known color: Apache. HEX triplet: D6, A8 and 69. RGB value is (214,168,105). Sum of RGB (Red+Green+Blue) = 214+168+105=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A869 is #295796. Grayscale: #AEAEAE. Windows color (decimal): -2709399 or 6924502. OLE color: 6924502.
HSL color Cylindrical-coordinate representation of color #D6A869: hue angle of 34.68º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6A869 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 105 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.16 |
| HSL | 34.68º | 0.57% | 0.63% | - |
| HSV(B) | 34.68º | 0.51% | 0.84% | - |
| XYZ | 44.28 | 43.32 | 19.39 | - |
| YUV | 174.57 | 88.74 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 105 | 0 | 0.21 | 0.51 | 0.16 | 34.68 | 0.57 | 0.63 |
| Hex | D6 | A8 | 69 | 0 | 15 | 33 | 10 | 23 | 39 | 3F |
| Octal | 326 | 250 | 151 | 0 | 25 | 63 | 20 | 43 | 71 | 77 |
| Binary | 11010110 | 10101000 | 1101001 | 0 | 10101 | 110011 | 10000 | 100011 | 111001 | 111111 |
Color Harmonies of #D6A869
Complementary color
Monochromatic Colors of #D6A869
Black with #D6A869
Text Example
Text Example
White with #D6A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A869; }
p { color: rgb(214,168,105); }
H1.HeaderClassName
{
color: #D6A869;
}
.AnyTagClassName
{
color: #D6A869;
}
</style>
background-color css
<style>
a { background-color: #D6A869; }
a { background-color: rgb(214,168,105); }
div.DivClassName
{
background-color: #D6A869;
}
.BgClassName
{
background-color: #D6A869;
}
</style>
border-color css
<style>
span { border-color: #D6A869; }
span { border-color: rgb(214,168,105); }
td.TdClassName
{
border-color: #D6A869;
}
.TagClassName
{
border-color: #D6A869;
}
</style>