Shades of Apache #D6AD57
Tints of Apache #D6AD57
RGB
CMYK
RGB Variations
Color information
#D6AD57 (or 0xD6AD57) is known color: Apache. HEX triplet: D6, AD and 57. RGB value is (214,173,87). Sum of RGB (Red+Green+Blue) = 214+173+87=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD57 is #2952A8. Grayscale: #AFAFAF. Windows color (decimal): -2708137 or 5746134. OLE color: 5746134.
HSL color Cylindrical-coordinate representation of color #D6AD57: hue angle of 40.63º 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 #D6AD57 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 87 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.16 |
| HSL | 40.63º | 0.61% | 0.59% | - |
| HSV(B) | 40.63º | 0.59% | 0.84% | - |
| XYZ | 44.4 | 44.87 | 15.34 | - |
| YUV | 175.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 87 | 0 | 0.19 | 0.59 | 0.16 | 40.63 | 0.61 | 0.59 |
| Hex | D6 | AD | 57 | 0 | 13 | 3B | 10 | 29 | 3D | 3B |
| Octal | 326 | 255 | 127 | 0 | 23 | 73 | 20 | 51 | 75 | 73 |
| Binary | 11010110 | 10101101 | 1010111 | 0 | 10011 | 111011 | 10000 | 101001 | 111101 | 111011 |
Color Harmonies of #D6AD57
Complementary color
Monochromatic Colors of #D6AD57
Black with #D6AD57
Text Example
Text Example
White with #D6AD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD57; }
p { color: rgb(214,173,87); }
H1.HeaderClassName
{
color: #D6AD57;
}
.AnyTagClassName
{
color: #D6AD57;
}
</style>
background-color css
<style>
a { background-color: #D6AD57; }
a { background-color: rgb(214,173,87); }
div.DivClassName
{
background-color: #D6AD57;
}
.BgClassName
{
background-color: #D6AD57;
}
</style>
border-color css
<style>
span { border-color: #D6AD57; }
span { border-color: rgb(214,173,87); }
td.TdClassName
{
border-color: #D6AD57;
}
.TagClassName
{
border-color: #D6AD57;
}
</style>