Shades of Apache #D2AF58
Tints of Apache #D2AF58
RGB
CMYK
RGB Variations
Color information
#D2AF58 (or 0xD2AF58) is known color: Apache. HEX triplet: D2, AF and 58. RGB value is (210,175,88). Sum of RGB (Red+Green+Blue) = 210+175+88=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AF58 is #2D50A7. Grayscale: #AFAFAF. Windows color (decimal): -2969768 or 5812178. OLE color: 5812178.
HSL color Cylindrical-coordinate representation of color #D2AF58: hue angle of 42.79º 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 #D2AF58 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 88 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.18 |
| HSL | 42.79º | 0.58% | 0.58% | - |
| HSV(B) | 42.79º | 0.58% | 0.82% | - |
| XYZ | 43.67 | 45.07 | 15.63 | - |
| YUV | 175.55 | 78.6 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 88 | 0 | 0.17 | 0.58 | 0.18 | 42.79 | 0.58 | 0.58 |
| Hex | D2 | AF | 58 | 0 | 11 | 3A | 12 | 2B | 3A | 3A |
| Octal | 322 | 257 | 130 | 0 | 21 | 72 | 22 | 53 | 72 | 72 |
| Binary | 11010010 | 10101111 | 1011000 | 0 | 10001 | 111010 | 10010 | 101011 | 111010 | 111010 |
Color Harmonies of #D2AF58
Complementary color
Monochromatic Colors of #D2AF58
Black with #D2AF58
Text Example
Text Example
White with #D2AF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF58; }
p { color: rgb(210,175,88); }
H1.HeaderClassName
{
color: #D2AF58;
}
.AnyTagClassName
{
color: #D2AF58;
}
</style>
background-color css
<style>
a { background-color: #D2AF58; }
a { background-color: rgb(210,175,88); }
div.DivClassName
{
background-color: #D2AF58;
}
.BgClassName
{
background-color: #D2AF58;
}
</style>
border-color css
<style>
span { border-color: #D2AF58; }
span { border-color: rgb(210,175,88); }
td.TdClassName
{
border-color: #D2AF58;
}
.TagClassName
{
border-color: #D2AF58;
}
</style>