Shades of Apache #D3AD57
Tints of Apache #D3AD57
RGB
CMYK
RGB Variations
Color information
#D3AD57 (or 0xD3AD57) is known color: Apache. HEX triplet: D3, AD and 57. RGB value is (211,173,87). Sum of RGB (Red+Green+Blue) = 211+173+87=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AD57 is #2C52A8. Grayscale: #AEAEAE. Windows color (decimal): -2904745 or 5746131. OLE color: 5746131.
HSL color Cylindrical-coordinate representation of color #D3AD57: hue angle of 41.61º 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 #D3AD57 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 87 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.17 |
| HSL | 41.61º | 0.58% | 0.58% | - |
| HSV(B) | 41.61º | 0.59% | 0.83% | - |
| XYZ | 43.53 | 44.42 | 15.3 | - |
| YUV | 174.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 87 | 0 | 0.18 | 0.59 | 0.17 | 41.61 | 0.58 | 0.58 |
| Hex | D3 | AD | 57 | 0 | 12 | 3B | 11 | 2A | 3A | 3A |
| Octal | 323 | 255 | 127 | 0 | 22 | 73 | 21 | 52 | 72 | 72 |
| Binary | 11010011 | 10101101 | 1010111 | 0 | 10010 | 111011 | 10001 | 101010 | 111010 | 111010 |
Color Harmonies of #D3AD57
Complementary color
Monochromatic Colors of #D3AD57
Black with #D3AD57
Text Example
Text Example
White with #D3AD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD57; }
p { color: rgb(211,173,87); }
H1.HeaderClassName
{
color: #D3AD57;
}
.AnyTagClassName
{
color: #D3AD57;
}
</style>
background-color css
<style>
a { background-color: #D3AD57; }
a { background-color: rgb(211,173,87); }
div.DivClassName
{
background-color: #D3AD57;
}
.BgClassName
{
background-color: #D3AD57;
}
</style>
border-color css
<style>
span { border-color: #D3AD57; }
span { border-color: rgb(211,173,87); }
td.TdClassName
{
border-color: #D3AD57;
}
.TagClassName
{
border-color: #D3AD57;
}
</style>