Shades of Apache #D5AD5D
Tints of Apache #D5AD5D
RGB
CMYK
RGB Variations
Color information
#D5AD5D (or 0xD5AD5D) is known color: Apache. HEX triplet: D5, AD and 5D. RGB value is (213,173,93). Sum of RGB (Red+Green+Blue) = 213+173+93=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD5D is #2A52A2. Grayscale: #B0B0B0. Windows color (decimal): -2773667 or 6139349. OLE color: 6139349.
HSL color Cylindrical-coordinate representation of color #D5AD5D: hue angle of 40º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5AD5D is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 93 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.16 |
| HSL | 40º | 0.59% | 0.6% | - |
| HSV(B) | 40º | 0.56% | 0.84% | - |
| XYZ | 44.36 | 44.82 | 16.67 | - |
| YUV | 175.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 93 | 0 | 0.19 | 0.56 | 0.16 | 40 | 0.59 | 0.6 |
| Hex | D5 | AD | 5D | 0 | 13 | 38 | 10 | 28 | 3B | 3C |
| Octal | 325 | 255 | 135 | 0 | 23 | 70 | 20 | 50 | 73 | 74 |
| Binary | 11010101 | 10101101 | 1011101 | 0 | 10011 | 111000 | 10000 | 101000 | 111011 | 111100 |
Color Harmonies of #D5AD5D
Complementary color
Monochromatic Colors of #D5AD5D
Black with #D5AD5D
Text Example
Text Example
White with #D5AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD5D; }
p { color: rgb(213,173,93); }
H1.HeaderClassName
{
color: #D5AD5D;
}
.AnyTagClassName
{
color: #D5AD5D;
}
</style>
background-color css
<style>
a { background-color: #D5AD5D; }
a { background-color: rgb(213,173,93); }
div.DivClassName
{
background-color: #D5AD5D;
}
.BgClassName
{
background-color: #D5AD5D;
}
</style>
border-color css
<style>
span { border-color: #D5AD5D; }
span { border-color: rgb(213,173,93); }
td.TdClassName
{
border-color: #D5AD5D;
}
.TagClassName
{
border-color: #D5AD5D;
}
</style>