Shades of Apache #D2AD58
Tints of Apache #D2AD58
RGB
CMYK
RGB Variations
Color information
#D2AD58 (or 0xD2AD58) is known color: Apache. HEX triplet: D2, AD and 58. RGB value is (210,173,88). Sum of RGB (Red+Green+Blue) = 210+173+88=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD58 is #2D52A7. Grayscale: #AEAEAE. Windows color (decimal): -2970280 or 5811666. OLE color: 5811666.
HSL color Cylindrical-coordinate representation of color #D2AD58: hue angle of 41.8º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2AD58 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 88 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.18 |
| HSL | 41.8º | 0.58% | 0.58% | - |
| HSV(B) | 41.8º | 0.58% | 0.82% | - |
| XYZ | 43.28 | 44.29 | 15.5 | - |
| YUV | 174.37 | 79.26 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 88 | 0 | 0.18 | 0.58 | 0.18 | 41.8 | 0.58 | 0.58 |
| Hex | D2 | AD | 58 | 0 | 12 | 3A | 12 | 2A | 3A | 3A |
| Octal | 322 | 255 | 130 | 0 | 22 | 72 | 22 | 52 | 72 | 72 |
| Binary | 11010010 | 10101101 | 1011000 | 0 | 10010 | 111010 | 10010 | 101010 | 111010 | 111010 |
Color Harmonies of #D2AD58
Complementary color
Monochromatic Colors of #D2AD58
Black with #D2AD58
Text Example
Text Example
White with #D2AD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD58; }
p { color: rgb(210,173,88); }
H1.HeaderClassName
{
color: #D2AD58;
}
.AnyTagClassName
{
color: #D2AD58;
}
</style>
background-color css
<style>
a { background-color: #D2AD58; }
a { background-color: rgb(210,173,88); }
div.DivClassName
{
background-color: #D2AD58;
}
.BgClassName
{
background-color: #D2AD58;
}
</style>
border-color css
<style>
span { border-color: #D2AD58; }
span { border-color: rgb(210,173,88); }
td.TdClassName
{
border-color: #D2AD58;
}
.TagClassName
{
border-color: #D2AD58;
}
</style>