Shades of Apache #D2AF5D
Tints of Apache #D2AF5D
RGB
CMYK
RGB Variations
Color information
#D2AF5D (or 0xD2AF5D) is known color: Apache. HEX triplet: D2, AF and 5D. RGB value is (210,175,93). Sum of RGB (Red+Green+Blue) = 210+175+93=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AF5D is #2D50A2. Grayscale: #B0B0B0. Windows color (decimal): -2969763 or 6139858. OLE color: 6139858.
HSL color Cylindrical-coordinate representation of color #D2AF5D: hue angle of 42.05º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2AF5D is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 93 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.18 |
| HSL | 42.05º | 0.57% | 0.59% | - |
| HSV(B) | 42.05º | 0.56% | 0.82% | - |
| XYZ | 43.88 | 45.15 | 16.76 | - |
| YUV | 176.12 | 81.1 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 93 | 0 | 0.17 | 0.56 | 0.18 | 42.05 | 0.57 | 0.59 |
| Hex | D2 | AF | 5D | 0 | 11 | 38 | 12 | 2A | 39 | 3B |
| Octal | 322 | 257 | 135 | 0 | 21 | 70 | 22 | 52 | 71 | 73 |
| Binary | 11010010 | 10101111 | 1011101 | 0 | 10001 | 111000 | 10010 | 101010 | 111001 | 111011 |
Color Harmonies of #D2AF5D
Complementary color
Monochromatic Colors of #D2AF5D
Black with #D2AF5D
Text Example
Text Example
White with #D2AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF5D; }
p { color: rgb(210,175,93); }
H1.HeaderClassName
{
color: #D2AF5D;
}
.AnyTagClassName
{
color: #D2AF5D;
}
</style>
background-color css
<style>
a { background-color: #D2AF5D; }
a { background-color: rgb(210,175,93); }
div.DivClassName
{
background-color: #D2AF5D;
}
.BgClassName
{
background-color: #D2AF5D;
}
</style>
border-color css
<style>
span { border-color: #D2AF5D; }
span { border-color: rgb(210,175,93); }
td.TdClassName
{
border-color: #D2AF5D;
}
.TagClassName
{
border-color: #D2AF5D;
}
</style>