Shades of Apache #D6A369
Tints of Apache #D6A369
RGB
CMYK
RGB Variations
Color information
#D6A369 (or 0xD6A369) is known color: Apache. HEX triplet: D6, A3 and 69. RGB value is (214,163,105). Sum of RGB (Red+Green+Blue) = 214+163+105=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A369 is #295C96. Grayscale: #ABABAB. Windows color (decimal): -2710679 or 6923222. OLE color: 6923222.
HSL color Cylindrical-coordinate representation of color #D6A369: hue angle of 31.93º 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 #D6A369 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 105 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.16 |
| HSL | 31.93º | 0.57% | 0.63% | - |
| HSV(B) | 31.93º | 0.51% | 0.84% | - |
| XYZ | 43.38 | 41.51 | 19.09 | - |
| YUV | 171.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 105 | 0 | 0.24 | 0.51 | 0.16 | 31.93 | 0.57 | 0.63 |
| Hex | D6 | A3 | 69 | 0 | 18 | 33 | 10 | 20 | 39 | 3F |
| Octal | 326 | 243 | 151 | 0 | 30 | 63 | 20 | 40 | 71 | 77 |
| Binary | 11010110 | 10100011 | 1101001 | 0 | 11000 | 110011 | 10000 | 100000 | 111001 | 111111 |
Color Harmonies of #D6A369
Complementary color
Monochromatic Colors of #D6A369
Black with #D6A369
Text Example
Text Example
White with #D6A369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A369; }
p { color: rgb(214,163,105); }
H1.HeaderClassName
{
color: #D6A369;
}
.AnyTagClassName
{
color: #D6A369;
}
</style>
background-color css
<style>
a { background-color: #D6A369; }
a { background-color: rgb(214,163,105); }
div.DivClassName
{
background-color: #D6A369;
}
.BgClassName
{
background-color: #D6A369;
}
</style>
border-color css
<style>
span { border-color: #D6A369; }
span { border-color: rgb(214,163,105); }
td.TdClassName
{
border-color: #D6A369;
}
.TagClassName
{
border-color: #D6A369;
}
</style>