Shades of Apache #D3AD55
Tints of Apache #D3AD55
RGB
CMYK
RGB Variations
Color information
#D3AD55 (or 0xD3AD55) is known color: Apache. HEX triplet: D3, AD and 55. RGB value is (211,173,85). Sum of RGB (Red+Green+Blue) = 211+173+85=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AD55 is #2C52AA. Grayscale: #AEAEAE. Windows color (decimal): -2904747 or 5615059. OLE color: 5615059.
HSL color Cylindrical-coordinate representation of color #D3AD55: hue angle of 41.9º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3AD55 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 85 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.17 |
| HSL | 41.9º | 0.59% | 0.58% | - |
| HSV(B) | 41.9º | 0.6% | 0.83% | - |
| XYZ | 43.45 | 44.39 | 14.87 | - |
| YUV | 174.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 85 | 0 | 0.18 | 0.60 | 0.17 | 41.9 | 0.59 | 0.58 |
| Hex | D3 | AD | 55 | 0 | 12 | 3C | 11 | 2A | 3B | 3A |
| Octal | 323 | 255 | 125 | 0 | 22 | 74 | 21 | 52 | 73 | 72 |
| Binary | 11010011 | 10101101 | 1010101 | 0 | 10010 | 111100 | 10001 | 101010 | 111011 | 111010 |
Color Harmonies of #D3AD55
Complementary color
Monochromatic Colors of #D3AD55
Black with #D3AD55
Text Example
Text Example
White with #D3AD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD55; }
p { color: rgb(211,173,85); }
H1.HeaderClassName
{
color: #D3AD55;
}
.AnyTagClassName
{
color: #D3AD55;
}
</style>
background-color css
<style>
a { background-color: #D3AD55; }
a { background-color: rgb(211,173,85); }
div.DivClassName
{
background-color: #D3AD55;
}
.BgClassName
{
background-color: #D3AD55;
}
</style>
border-color css
<style>
span { border-color: #D3AD55; }
span { border-color: rgb(211,173,85); }
td.TdClassName
{
border-color: #D3AD55;
}
.TagClassName
{
border-color: #D3AD55;
}
</style>