Shades of Apache #D2A456
Tints of Apache #D2A456
RGB
CMYK
RGB Variations
Color information
#D2A456 (or 0xD2A456) is known color: Apache. HEX triplet: D2, A4 and 56. RGB value is (210,164,86). Sum of RGB (Red+Green+Blue) = 210+164+86=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A456 is #2D5BA9. Grayscale: #A9A9A9. Windows color (decimal): -2972586 or 5678290. OLE color: 5678290.
HSL color Cylindrical-coordinate representation of color #D2A456: hue angle of 37.74º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2A456 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 86 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.18 |
| HSL | 37.74º | 0.58% | 0.58% | - |
| HSV(B) | 37.74º | 0.59% | 0.82% | - |
| XYZ | 41.53 | 40.92 | 14.51 | - |
| YUV | 168.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 86 | 0 | 0.22 | 0.59 | 0.18 | 37.74 | 0.58 | 0.58 |
| Hex | D2 | A4 | 56 | 0 | 16 | 3B | 12 | 26 | 3A | 3A |
| Octal | 322 | 244 | 126 | 0 | 26 | 73 | 22 | 46 | 72 | 72 |
| Binary | 11010010 | 10100100 | 1010110 | 0 | 10110 | 111011 | 10010 | 100110 | 111010 | 111010 |
Color Harmonies of #D2A456
Complementary color
Monochromatic Colors of #D2A456
Black with #D2A456
Text Example
Text Example
White with #D2A456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A456; }
p { color: rgb(210,164,86); }
H1.HeaderClassName
{
color: #D2A456;
}
.AnyTagClassName
{
color: #D2A456;
}
</style>
background-color css
<style>
a { background-color: #D2A456; }
a { background-color: rgb(210,164,86); }
div.DivClassName
{
background-color: #D2A456;
}
.BgClassName
{
background-color: #D2A456;
}
</style>
border-color css
<style>
span { border-color: #D2A456; }
span { border-color: rgb(210,164,86); }
td.TdClassName
{
border-color: #D2A456;
}
.TagClassName
{
border-color: #D2A456;
}
</style>