Shades of Apache #D6A357
Tints of Apache #D6A357
RGB
CMYK
RGB Variations
Color information
#D6A357 (or 0xD6A357) is known color: Apache. HEX triplet: D6, A3 and 57. RGB value is (214,163,87). Sum of RGB (Red+Green+Blue) = 214+163+87=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A357 is #295CA8. Grayscale: #A9A9A9. Windows color (decimal): -2710697 or 5743574. OLE color: 5743574.
HSL color Cylindrical-coordinate representation of color #D6A357: hue angle of 35.91º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6A357 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 87 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.16 |
| HSL | 35.91º | 0.61% | 0.59% | - |
| HSV(B) | 35.91º | 0.59% | 0.84% | - |
| XYZ | 42.55 | 41.18 | 14.72 | - |
| YUV | 169.59 | 81.4 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 87 | 0 | 0.24 | 0.59 | 0.16 | 35.91 | 0.61 | 0.59 |
| Hex | D6 | A3 | 57 | 0 | 18 | 3B | 10 | 24 | 3D | 3B |
| Octal | 326 | 243 | 127 | 0 | 30 | 73 | 20 | 44 | 75 | 73 |
| Binary | 11010110 | 10100011 | 1010111 | 0 | 11000 | 111011 | 10000 | 100100 | 111101 | 111011 |
Color Harmonies of #D6A357
Complementary color
Monochromatic Colors of #D6A357
Black with #D6A357
Text Example
Text Example
White with #D6A357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A357; }
p { color: rgb(214,163,87); }
H1.HeaderClassName
{
color: #D6A357;
}
.AnyTagClassName
{
color: #D6A357;
}
</style>
background-color css
<style>
a { background-color: #D6A357; }
a { background-color: rgb(214,163,87); }
div.DivClassName
{
background-color: #D6A357;
}
.BgClassName
{
background-color: #D6A357;
}
</style>
border-color css
<style>
span { border-color: #D6A357; }
span { border-color: rgb(214,163,87); }
td.TdClassName
{
border-color: #D6A357;
}
.TagClassName
{
border-color: #D6A357;
}
</style>