Shades of Apache #D3A063
Tints of Apache #D3A063
RGB
CMYK
RGB Variations
Color information
#D3A063 (or 0xD3A063) is known color: Apache. HEX triplet: D3, A0 and 63. RGB value is (211,160,99). Sum of RGB (Red+Green+Blue) = 211+160+99=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A063 is #2C5F9C. Grayscale: #A8A8A8. Windows color (decimal): -2908061 or 6529235. OLE color: 6529235.
HSL color Cylindrical-coordinate representation of color #D3A063: hue angle of 32.68º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3A063 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 160 | 99 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.17 |
| HSL | 32.68º | 0.56% | 0.61% | - |
| HSV(B) | 32.68º | 0.53% | 0.83% | - |
| XYZ | 41.69 | 39.89 | 17.31 | - |
| YUV | 168.3 | 88.9 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 160 | 99 | 0 | 0.24 | 0.53 | 0.17 | 32.68 | 0.56 | 0.61 |
| Hex | D3 | A0 | 63 | 0 | 18 | 35 | 11 | 21 | 38 | 3D |
| Octal | 323 | 240 | 143 | 0 | 30 | 65 | 21 | 41 | 70 | 75 |
| Binary | 11010011 | 10100000 | 1100011 | 0 | 11000 | 110101 | 10001 | 100001 | 111000 | 111101 |
Color Harmonies of #D3A063
Complementary color
Monochromatic Colors of #D3A063
Black with #D3A063
Text Example
Text Example
White with #D3A063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A063; }
p { color: rgb(211,160,99); }
H1.HeaderClassName
{
color: #D3A063;
}
.AnyTagClassName
{
color: #D3A063;
}
</style>
background-color css
<style>
a { background-color: #D3A063; }
a { background-color: rgb(211,160,99); }
div.DivClassName
{
background-color: #D3A063;
}
.BgClassName
{
background-color: #D3A063;
}
</style>
border-color css
<style>
span { border-color: #D3A063; }
span { border-color: rgb(211,160,99); }
td.TdClassName
{
border-color: #D3A063;
}
.TagClassName
{
border-color: #D3A063;
}
</style>