Shades of Apache #D6A559
Tints of Apache #D6A559
RGB
CMYK
RGB Variations
Color information
#D6A559 (or 0xD6A559) is known color: Apache. HEX triplet: D6, A5 and 59. RGB value is (214,165,89). Sum of RGB (Red+Green+Blue) = 214+165+89=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A559 is #295AA6. Grayscale: #ABABAB. Windows color (decimal): -2710183 or 5875158. OLE color: 5875158.
HSL color Cylindrical-coordinate representation of color #D6A559: hue angle of 36.48º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6A559 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 89 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.16 |
| HSL | 36.48º | 0.6% | 0.59% | - |
| HSV(B) | 36.48º | 0.58% | 0.84% | - |
| XYZ | 42.99 | 41.93 | 15.28 | - |
| YUV | 170.99 | 81.73 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 89 | 0 | 0.23 | 0.58 | 0.16 | 36.48 | 0.6 | 0.59 |
| Hex | D6 | A5 | 59 | 0 | 17 | 3A | 10 | 24 | 3C | 3B |
| Octal | 326 | 245 | 131 | 0 | 27 | 72 | 20 | 44 | 74 | 73 |
| Binary | 11010110 | 10100101 | 1011001 | 0 | 10111 | 111010 | 10000 | 100100 | 111100 | 111011 |
Color Harmonies of #D6A559
Complementary color
Monochromatic Colors of #D6A559
Black with #D6A559
Text Example
Text Example
White with #D6A559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A559; }
p { color: rgb(214,165,89); }
H1.HeaderClassName
{
color: #D6A559;
}
.AnyTagClassName
{
color: #D6A559;
}
</style>
background-color css
<style>
a { background-color: #D6A559; }
a { background-color: rgb(214,165,89); }
div.DivClassName
{
background-color: #D6A559;
}
.BgClassName
{
background-color: #D6A559;
}
</style>
border-color css
<style>
span { border-color: #D6A559; }
span { border-color: rgb(214,165,89); }
td.TdClassName
{
border-color: #D6A559;
}
.TagClassName
{
border-color: #D6A559;
}
</style>