Shades of Apache #D3A160
Tints of Apache #D3A160
RGB
CMYK
RGB Variations
Color information
#D3A160 (or 0xD3A160) is known color: Apache. HEX triplet: D3, A1 and 60. RGB value is (211,161,96). Sum of RGB (Red+Green+Blue) = 211+161+96=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A160 is #2C5E9F. Grayscale: #A8A8A8. Windows color (decimal): -2907808 or 6332883. OLE color: 6332883.
HSL color Cylindrical-coordinate representation of color #D3A160: hue angle of 33.91º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3A160 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 96 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.17 |
| HSL | 33.91º | 0.57% | 0.6% | - |
| HSV(B) | 33.91º | 0.55% | 0.83% | - |
| XYZ | 41.72 | 40.18 | 16.62 | - |
| YUV | 168.54 | 87.07 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 96 | 0 | 0.24 | 0.55 | 0.17 | 33.91 | 0.57 | 0.6 |
| Hex | D3 | A1 | 60 | 0 | 18 | 37 | 11 | 22 | 39 | 3C |
| Octal | 323 | 241 | 140 | 0 | 30 | 67 | 21 | 42 | 71 | 74 |
| Binary | 11010011 | 10100001 | 1100000 | 0 | 11000 | 110111 | 10001 | 100010 | 111001 | 111100 |
Color Harmonies of #D3A160
Complementary color
Monochromatic Colors of #D3A160
Black with #D3A160
Text Example
Text Example
White with #D3A160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A160; }
p { color: rgb(211,161,96); }
H1.HeaderClassName
{
color: #D3A160;
}
.AnyTagClassName
{
color: #D3A160;
}
</style>
background-color css
<style>
a { background-color: #D3A160; }
a { background-color: rgb(211,161,96); }
div.DivClassName
{
background-color: #D3A160;
}
.BgClassName
{
background-color: #D3A160;
}
</style>
border-color css
<style>
span { border-color: #D3A160; }
span { border-color: rgb(211,161,96); }
td.TdClassName
{
border-color: #D3A160;
}
.TagClassName
{
border-color: #D3A160;
}
</style>