Shades of Apache #D3A556
Tints of Apache #D3A556
RGB
CMYK
RGB Variations
Color information
#D3A556 (or 0xD3A556) is known color: Apache. HEX triplet: D3, A5 and 56. RGB value is (211,165,86). Sum of RGB (Red+Green+Blue) = 211+165+86=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A556 is #2C5AA9. Grayscale: #AAAAAA. Windows color (decimal): -2906794 or 5678547. OLE color: 5678547.
HSL color Cylindrical-coordinate representation of color #D3A556: hue angle of 37.92º 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 #D3A556 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 165 | 86 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.17 |
| HSL | 37.92º | 0.59% | 0.58% | - |
| HSV(B) | 37.92º | 0.59% | 0.83% | - |
| XYZ | 42 | 41.43 | 14.59 | - |
| YUV | 169.75 | 80.74 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 165 | 86 | 0 | 0.22 | 0.59 | 0.17 | 37.92 | 0.59 | 0.58 |
| Hex | D3 | A5 | 56 | 0 | 16 | 3B | 11 | 26 | 3B | 3A |
| Octal | 323 | 245 | 126 | 0 | 26 | 73 | 21 | 46 | 73 | 72 |
| Binary | 11010011 | 10100101 | 1010110 | 0 | 10110 | 111011 | 10001 | 100110 | 111011 | 111010 |
Color Harmonies of #D3A556
Complementary color
Monochromatic Colors of #D3A556
Black with #D3A556
Text Example
Text Example
White with #D3A556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A556; }
p { color: rgb(211,165,86); }
H1.HeaderClassName
{
color: #D3A556;
}
.AnyTagClassName
{
color: #D3A556;
}
</style>
background-color css
<style>
a { background-color: #D3A556; }
a { background-color: rgb(211,165,86); }
div.DivClassName
{
background-color: #D3A556;
}
.BgClassName
{
background-color: #D3A556;
}
</style>
border-color css
<style>
span { border-color: #D3A556; }
span { border-color: rgb(211,165,86); }
td.TdClassName
{
border-color: #D3A556;
}
.TagClassName
{
border-color: #D3A556;
}
</style>