Shades of Apache #D5AD5A
Tints of Apache #D5AD5A
RGB
CMYK
RGB Variations
Color information
#D5AD5A (or 0xD5AD5A) is known color: Apache. HEX triplet: D5, AD and 5A. RGB value is (213,173,90). Sum of RGB (Red+Green+Blue) = 213+173+90=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD5A is #2A52A5. Grayscale: #AFAFAF. Windows color (decimal): -2773670 or 5942741. OLE color: 5942741.
HSL color Cylindrical-coordinate representation of color #D5AD5A: hue angle of 40.49º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5AD5A is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 90 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.16 |
| HSL | 40.49º | 0.59% | 0.59% | - |
| HSV(B) | 40.49º | 0.58% | 0.84% | - |
| XYZ | 44.23 | 44.77 | 15.98 | - |
| YUV | 175.5 | 79.75 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 90 | 0 | 0.19 | 0.58 | 0.16 | 40.49 | 0.59 | 0.59 |
| Hex | D5 | AD | 5A | 0 | 13 | 3A | 10 | 28 | 3B | 3B |
| Octal | 325 | 255 | 132 | 0 | 23 | 72 | 20 | 50 | 73 | 73 |
| Binary | 11010101 | 10101101 | 1011010 | 0 | 10011 | 111010 | 10000 | 101000 | 111011 | 111011 |
Color Harmonies of #D5AD5A
Complementary color
Monochromatic Colors of #D5AD5A
Black with #D5AD5A
Text Example
Text Example
White with #D5AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD5A; }
p { color: rgb(213,173,90); }
H1.HeaderClassName
{
color: #D5AD5A;
}
.AnyTagClassName
{
color: #D5AD5A;
}
</style>
background-color css
<style>
a { background-color: #D5AD5A; }
a { background-color: rgb(213,173,90); }
div.DivClassName
{
background-color: #D5AD5A;
}
.BgClassName
{
background-color: #D5AD5A;
}
</style>
border-color css
<style>
span { border-color: #D5AD5A; }
span { border-color: rgb(213,173,90); }
td.TdClassName
{
border-color: #D5AD5A;
}
.TagClassName
{
border-color: #D5AD5A;
}
</style>