Shades of Apache #D3A357
Tints of Apache #D3A357
RGB
CMYK
RGB Variations
Color information
#D3A357 (or 0xD3A357) is known color: Apache. HEX triplet: D3, A3 and 57. RGB value is (211,163,87). Sum of RGB (Red+Green+Blue) = 211+163+87=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A357 is #2C5CA8. Grayscale: #A9A9A9. Windows color (decimal): -2907305 or 5743571. OLE color: 5743571.
HSL color Cylindrical-coordinate representation of color #D3A357: hue angle of 36.77º degrees, saturation: 0.58, 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 #D3A357 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 163 | 87 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.17 |
| HSL | 36.77º | 0.58% | 0.58% | - |
| HSV(B) | 36.77º | 0.59% | 0.83% | - |
| XYZ | 41.68 | 40.73 | 14.68 | - |
| YUV | 168.69 | 81.9 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 163 | 87 | 0 | 0.23 | 0.59 | 0.17 | 36.77 | 0.58 | 0.58 |
| Hex | D3 | A3 | 57 | 0 | 17 | 3B | 11 | 25 | 3A | 3A |
| Octal | 323 | 243 | 127 | 0 | 27 | 73 | 21 | 45 | 72 | 72 |
| Binary | 11010011 | 10100011 | 1010111 | 0 | 10111 | 111011 | 10001 | 100101 | 111010 | 111010 |
Color Harmonies of #D3A357
Complementary color
Monochromatic Colors of #D3A357
Black with #D3A357
Text Example
Text Example
White with #D3A357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A357; }
p { color: rgb(211,163,87); }
H1.HeaderClassName
{
color: #D3A357;
}
.AnyTagClassName
{
color: #D3A357;
}
</style>
background-color css
<style>
a { background-color: #D3A357; }
a { background-color: rgb(211,163,87); }
div.DivClassName
{
background-color: #D3A357;
}
.BgClassName
{
background-color: #D3A357;
}
</style>
border-color css
<style>
span { border-color: #D3A357; }
span { border-color: rgb(211,163,87); }
td.TdClassName
{
border-color: #D3A357;
}
.TagClassName
{
border-color: #D3A357;
}
</style>