Shades of Apache #D4A856
Tints of Apache #D4A856
RGB
CMYK
RGB Variations
Color information
#D4A856 (or 0xD4A856) is known color: Apache. HEX triplet: D4, A8 and 56. RGB value is (212,168,86). Sum of RGB (Red+Green+Blue) = 212+168+86=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A856 is #2B57A9. Grayscale: #ACACAC. Windows color (decimal): -2840490 or 5679316. OLE color: 5679316.
HSL color Cylindrical-coordinate representation of color #D4A856: hue angle of 39.05º 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 #D4A856 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 86 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.17 |
| HSL | 39.05º | 0.59% | 0.58% | - |
| HSV(B) | 39.05º | 0.59% | 0.83% | - |
| XYZ | 42.83 | 42.67 | 14.78 | - |
| YUV | 171.81 | 79.58 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 86 | 0 | 0.21 | 0.59 | 0.17 | 39.05 | 0.59 | 0.58 |
| Hex | D4 | A8 | 56 | 0 | 15 | 3B | 11 | 27 | 3B | 3A |
| Octal | 324 | 250 | 126 | 0 | 25 | 73 | 21 | 47 | 73 | 72 |
| Binary | 11010100 | 10101000 | 1010110 | 0 | 10101 | 111011 | 10001 | 100111 | 111011 | 111010 |
Color Harmonies of #D4A856
Complementary color
Monochromatic Colors of #D4A856
Black with #D4A856
Text Example
Text Example
White with #D4A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A856; }
p { color: rgb(212,168,86); }
H1.HeaderClassName
{
color: #D4A856;
}
.AnyTagClassName
{
color: #D4A856;
}
</style>
background-color css
<style>
a { background-color: #D4A856; }
a { background-color: rgb(212,168,86); }
div.DivClassName
{
background-color: #D4A856;
}
.BgClassName
{
background-color: #D4A856;
}
</style>
border-color css
<style>
span { border-color: #D4A856; }
span { border-color: rgb(212,168,86); }
td.TdClassName
{
border-color: #D4A856;
}
.TagClassName
{
border-color: #D4A856;
}
</style>