Shades of Apache #D6A963
Tints of Apache #D6A963
RGB
CMYK
RGB Variations
Color information
#D6A963 (or 0xD6A963) is known color: Apache. HEX triplet: D6, A9 and 63. RGB value is (214,169,99). Sum of RGB (Red+Green+Blue) = 214+169+99=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A963 is #29569C. Grayscale: #AEAEAE. Windows color (decimal): -2709149 or 6531542. OLE color: 6531542.
HSL color Cylindrical-coordinate representation of color #D6A963: hue angle of 36.52º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6A963 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 169 | 99 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.16 |
| HSL | 36.52º | 0.58% | 0.61% | - |
| HSV(B) | 36.52º | 0.54% | 0.84% | - |
| XYZ | 44.17 | 43.57 | 17.89 | - |
| YUV | 174.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 169 | 99 | 0 | 0.21 | 0.54 | 0.16 | 36.52 | 0.58 | 0.61 |
| Hex | D6 | A9 | 63 | 0 | 15 | 36 | 10 | 25 | 3A | 3D |
| Octal | 326 | 251 | 143 | 0 | 25 | 66 | 20 | 45 | 72 | 75 |
| Binary | 11010110 | 10101001 | 1100011 | 0 | 10101 | 110110 | 10000 | 100101 | 111010 | 111101 |
Color Harmonies of #D6A963
Complementary color
Monochromatic Colors of #D6A963
Black with #D6A963
Text Example
Text Example
White with #D6A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A963; }
p { color: rgb(214,169,99); }
H1.HeaderClassName
{
color: #D6A963;
}
.AnyTagClassName
{
color: #D6A963;
}
</style>
background-color css
<style>
a { background-color: #D6A963; }
a { background-color: rgb(214,169,99); }
div.DivClassName
{
background-color: #D6A963;
}
.BgClassName
{
background-color: #D6A963;
}
</style>
border-color css
<style>
span { border-color: #D6A963; }
span { border-color: rgb(214,169,99); }
td.TdClassName
{
border-color: #D6A963;
}
.TagClassName
{
border-color: #D6A963;
}
</style>