Shades of Apache #D3A356
Tints of Apache #D3A356
RGB
CMYK
RGB Variations
Color information
#D3A356 (or 0xD3A356) is known color: Apache. HEX triplet: D3, A3 and 56. RGB value is (211,163,86). Sum of RGB (Red+Green+Blue) = 211+163+86=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A356 is #2C5CA9. Grayscale: #A8A8A8. Windows color (decimal): -2907306 or 5678035. OLE color: 5678035.
HSL color Cylindrical-coordinate representation of color #D3A356: hue angle of 36.96º 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 #D3A356 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 163 | 86 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.17 |
| HSL | 36.96º | 0.59% | 0.58% | - |
| HSV(B) | 36.96º | 0.59% | 0.83% | - |
| XYZ | 41.64 | 40.72 | 14.47 | - |
| YUV | 168.57 | 81.4 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 163 | 86 | 0 | 0.23 | 0.59 | 0.17 | 36.96 | 0.59 | 0.58 |
| Hex | D3 | A3 | 56 | 0 | 17 | 3B | 11 | 25 | 3B | 3A |
| Octal | 323 | 243 | 126 | 0 | 27 | 73 | 21 | 45 | 73 | 72 |
| Binary | 11010011 | 10100011 | 1010110 | 0 | 10111 | 111011 | 10001 | 100101 | 111011 | 111010 |
Color Harmonies of #D3A356
Complementary color
Monochromatic Colors of #D3A356
Black with #D3A356
Text Example
Text Example
White with #D3A356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A356; }
p { color: rgb(211,163,86); }
H1.HeaderClassName
{
color: #D3A356;
}
.AnyTagClassName
{
color: #D3A356;
}
</style>
background-color css
<style>
a { background-color: #D3A356; }
a { background-color: rgb(211,163,86); }
div.DivClassName
{
background-color: #D3A356;
}
.BgClassName
{
background-color: #D3A356;
}
</style>
border-color css
<style>
span { border-color: #D3A356; }
span { border-color: rgb(211,163,86); }
td.TdClassName
{
border-color: #D3A356;
}
.TagClassName
{
border-color: #D3A356;
}
</style>