Shades of Apache #D4A056
Tints of Apache #D4A056
RGB
CMYK
RGB Variations
Color information
#D4A056 (or 0xD4A056) is known color: Apache. HEX triplet: D4, A0 and 56. RGB value is (212,160,86). Sum of RGB (Red+Green+Blue) = 212+160+86=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A056 is #2B5FA9. Grayscale: #A7A7A7. Windows color (decimal): -2842538 or 5677268. OLE color: 5677268.
HSL color Cylindrical-coordinate representation of color #D4A056: hue angle of 35.24º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D4A056 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 86 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.17 |
| HSL | 35.24º | 0.59% | 0.58% | - |
| HSV(B) | 35.24º | 0.59% | 0.83% | - |
| XYZ | 41.4 | 39.81 | 14.31 | - |
| YUV | 167.11 | 82.23 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 86 | 0 | 0.25 | 0.59 | 0.17 | 35.24 | 0.59 | 0.58 |
| Hex | D4 | A0 | 56 | 0 | 19 | 3B | 11 | 23 | 3B | 3A |
| Octal | 324 | 240 | 126 | 0 | 31 | 73 | 21 | 43 | 73 | 72 |
| Binary | 11010100 | 10100000 | 1010110 | 0 | 11001 | 111011 | 10001 | 100011 | 111011 | 111010 |
Color Harmonies of #D4A056
Complementary color
Monochromatic Colors of #D4A056
Black with #D4A056
Text Example
Text Example
White with #D4A056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A056; }
p { color: rgb(212,160,86); }
H1.HeaderClassName
{
color: #D4A056;
}
.AnyTagClassName
{
color: #D4A056;
}
</style>
background-color css
<style>
a { background-color: #D4A056; }
a { background-color: rgb(212,160,86); }
div.DivClassName
{
background-color: #D4A056;
}
.BgClassName
{
background-color: #D4A056;
}
</style>
border-color css
<style>
span { border-color: #D4A056; }
span { border-color: rgb(212,160,86); }
td.TdClassName
{
border-color: #D4A056;
}
.TagClassName
{
border-color: #D4A056;
}
</style>