Shades of Apache #D2AD57
Tints of Apache #D2AD57
RGB
CMYK
RGB Variations
Color information
#D2AD57 (or 0xD2AD57) is known color: Apache. HEX triplet: D2, AD and 57. RGB value is (210,173,87). Sum of RGB (Red+Green+Blue) = 210+173+87=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD57 is #2D52A8. Grayscale: #AEAEAE. Windows color (decimal): -2970281 or 5746130. OLE color: 5746130.
HSL color Cylindrical-coordinate representation of color #D2AD57: hue angle of 41.95º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2AD57 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 87 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.18 |
| HSL | 41.95º | 0.58% | 0.58% | - |
| HSV(B) | 41.95º | 0.59% | 0.82% | - |
| XYZ | 43.24 | 44.28 | 15.28 | - |
| YUV | 174.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 87 | 0 | 0.18 | 0.59 | 0.18 | 41.95 | 0.58 | 0.58 |
| Hex | D2 | AD | 57 | 0 | 12 | 3B | 12 | 2A | 3A | 3A |
| Octal | 322 | 255 | 127 | 0 | 22 | 73 | 22 | 52 | 72 | 72 |
| Binary | 11010010 | 10101101 | 1010111 | 0 | 10010 | 111011 | 10010 | 101010 | 111010 | 111010 |
Color Harmonies of #D2AD57
Complementary color
Monochromatic Colors of #D2AD57
Black with #D2AD57
Text Example
Text Example
White with #D2AD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD57; }
p { color: rgb(210,173,87); }
H1.HeaderClassName
{
color: #D2AD57;
}
.AnyTagClassName
{
color: #D2AD57;
}
</style>
background-color css
<style>
a { background-color: #D2AD57; }
a { background-color: rgb(210,173,87); }
div.DivClassName
{
background-color: #D2AD57;
}
.BgClassName
{
background-color: #D2AD57;
}
</style>
border-color css
<style>
span { border-color: #D2AD57; }
span { border-color: rgb(210,173,87); }
td.TdClassName
{
border-color: #D2AD57;
}
.TagClassName
{
border-color: #D2AD57;
}
</style>