Shades of Apache #D2AF57
Tints of Apache #D2AF57
RGB
CMYK
RGB Variations
Color information
#D2AF57 (or 0xD2AF57) is known color: Apache. HEX triplet: D2, AF and 57. RGB value is (210,175,87). Sum of RGB (Red+Green+Blue) = 210+175+87=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AF57 is #2D50A8. Grayscale: #AFAFAF. Windows color (decimal): -2969769 or 5746642. OLE color: 5746642.
HSL color Cylindrical-coordinate representation of color #D2AF57: hue angle of 42.93º 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 #D2AF57 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 87 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.18 |
| HSL | 42.93º | 0.58% | 0.58% | - |
| HSV(B) | 42.93º | 0.59% | 0.82% | - |
| XYZ | 43.63 | 45.05 | 15.41 | - |
| YUV | 175.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 87 | 0 | 0.17 | 0.59 | 0.18 | 42.93 | 0.58 | 0.58 |
| Hex | D2 | AF | 57 | 0 | 11 | 3B | 12 | 2B | 3A | 3A |
| Octal | 322 | 257 | 127 | 0 | 21 | 73 | 22 | 53 | 72 | 72 |
| Binary | 11010010 | 10101111 | 1010111 | 0 | 10001 | 111011 | 10010 | 101011 | 111010 | 111010 |
Color Harmonies of #D2AF57
Complementary color
Monochromatic Colors of #D2AF57
Black with #D2AF57
Text Example
Text Example
White with #D2AF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF57; }
p { color: rgb(210,175,87); }
H1.HeaderClassName
{
color: #D2AF57;
}
.AnyTagClassName
{
color: #D2AF57;
}
</style>
background-color css
<style>
a { background-color: #D2AF57; }
a { background-color: rgb(210,175,87); }
div.DivClassName
{
background-color: #D2AF57;
}
.BgClassName
{
background-color: #D2AF57;
}
</style>
border-color css
<style>
span { border-color: #D2AF57; }
span { border-color: rgb(210,175,87); }
td.TdClassName
{
border-color: #D2AF57;
}
.TagClassName
{
border-color: #D2AF57;
}
</style>