Shades of Apache #D2AD5A
Tints of Apache #D2AD5A
RGB
CMYK
RGB Variations
Color information
#D2AD5A (or 0xD2AD5A) is known color: Apache. HEX triplet: D2, AD and 5A. RGB value is (210,173,90). Sum of RGB (Red+Green+Blue) = 210+173+90=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD5A is #2D52A5. Grayscale: #AEAEAE. Windows color (decimal): -2970278 or 5942738. OLE color: 5942738.
HSL color Cylindrical-coordinate representation of color #D2AD5A: hue angle of 41.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2AD5A is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 90 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.18 |
| HSL | 41.5º | 0.57% | 0.59% | - |
| HSV(B) | 41.5º | 0.57% | 0.82% | - |
| XYZ | 43.37 | 44.33 | 15.94 | - |
| YUV | 174.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 90 | 0 | 0.18 | 0.57 | 0.18 | 41.5 | 0.57 | 0.59 |
| Hex | D2 | AD | 5A | 0 | 12 | 39 | 12 | 2A | 39 | 3B |
| Octal | 322 | 255 | 132 | 0 | 22 | 71 | 22 | 52 | 71 | 73 |
| Binary | 11010010 | 10101101 | 1011010 | 0 | 10010 | 111001 | 10010 | 101010 | 111001 | 111011 |
Color Harmonies of #D2AD5A
Complementary color
Monochromatic Colors of #D2AD5A
Black with #D2AD5A
Text Example
Text Example
White with #D2AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD5A; }
p { color: rgb(210,173,90); }
H1.HeaderClassName
{
color: #D2AD5A;
}
.AnyTagClassName
{
color: #D2AD5A;
}
</style>
background-color css
<style>
a { background-color: #D2AD5A; }
a { background-color: rgb(210,173,90); }
div.DivClassName
{
background-color: #D2AD5A;
}
.BgClassName
{
background-color: #D2AD5A;
}
</style>
border-color css
<style>
span { border-color: #D2AD5A; }
span { border-color: rgb(210,173,90); }
td.TdClassName
{
border-color: #D2AD5A;
}
.TagClassName
{
border-color: #D2AD5A;
}
</style>