Shades of Apache #D4A656
Tints of Apache #D4A656
RGB
CMYK
RGB Variations
Color information
#D4A656 (or 0xD4A656) is known color: Apache. HEX triplet: D4, A6 and 56. RGB value is (212,166,86). Sum of RGB (Red+Green+Blue) = 212+166+86=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A656 is #2B59A9. Grayscale: #ABABAB. Windows color (decimal): -2841002 or 5678804. OLE color: 5678804.
HSL color Cylindrical-coordinate representation of color #D4A656: hue angle of 38.1º 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 #D4A656 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 86 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.17 |
| HSL | 38.1º | 0.59% | 0.58% | - |
| HSV(B) | 38.1º | 0.59% | 0.83% | - |
| XYZ | 42.47 | 41.94 | 14.66 | - |
| YUV | 170.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 86 | 0 | 0.22 | 0.59 | 0.17 | 38.1 | 0.59 | 0.58 |
| Hex | D4 | A6 | 56 | 0 | 16 | 3B | 11 | 26 | 3B | 3A |
| Octal | 324 | 246 | 126 | 0 | 26 | 73 | 21 | 46 | 73 | 72 |
| Binary | 11010100 | 10100110 | 1010110 | 0 | 10110 | 111011 | 10001 | 100110 | 111011 | 111010 |
Color Harmonies of #D4A656
Complementary color
Monochromatic Colors of #D4A656
Black with #D4A656
Text Example
Text Example
White with #D4A656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A656; }
p { color: rgb(212,166,86); }
H1.HeaderClassName
{
color: #D4A656;
}
.AnyTagClassName
{
color: #D4A656;
}
</style>
background-color css
<style>
a { background-color: #D4A656; }
a { background-color: rgb(212,166,86); }
div.DivClassName
{
background-color: #D4A656;
}
.BgClassName
{
background-color: #D4A656;
}
</style>
border-color css
<style>
span { border-color: #D4A656; }
span { border-color: rgb(212,166,86); }
td.TdClassName
{
border-color: #D4A656;
}
.TagClassName
{
border-color: #D4A656;
}
</style>