Shades of Apache #D2A84D
Tints of Apache #D2A84D
RGB
CMYK
RGB Variations
Color information
#D2A84D (or 0xD2A84D) is known color: Apache. HEX triplet: D2, A8 and 4D. RGB value is (210,168,77). Sum of RGB (Red+Green+Blue) = 210+168+77=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A84D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A84D is #2D57B2. Grayscale: #AAAAAA. Windows color (decimal): -2971571 or 5089490. OLE color: 5089490.
HSL color Cylindrical-coordinate representation of color #D2A84D: hue angle of 41.05º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2A84D is Cyan = 0, Magento = 0.2, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 77 | - |
| CMYK | 0 | 0.2 | 0.63 | 0.18 |
| HSL | 41.05º | 0.6% | 0.56% | - |
| HSV(B) | 41.05º | 0.63% | 0.82% | - |
| XYZ | 41.92 | 42.24 | 12.97 | - |
| YUV | 170.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 77 | 0 | 0.2 | 0.63 | 0.18 | 41.05 | 0.6 | 0.56 |
| Hex | D2 | A8 | 4D | 0 | 14 | 3F | 12 | 29 | 3C | 38 |
| Octal | 322 | 250 | 115 | 0 | 24 | 77 | 22 | 51 | 74 | 70 |
| Binary | 11010010 | 10101000 | 1001101 | 0 | 10100 | 111111 | 10010 | 101001 | 111100 | 111000 |
Color Harmonies of #D2A84D
Complementary color
Monochromatic Colors of #D2A84D
Black with #D2A84D
Text Example
Text Example
White with #D2A84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A84D; }
p { color: rgb(210,168,77); }
H1.HeaderClassName
{
color: #D2A84D;
}
.AnyTagClassName
{
color: #D2A84D;
}
</style>
background-color css
<style>
a { background-color: #D2A84D; }
a { background-color: rgb(210,168,77); }
div.DivClassName
{
background-color: #D2A84D;
}
.BgClassName
{
background-color: #D2A84D;
}
</style>
border-color css
<style>
span { border-color: #D2A84D; }
span { border-color: rgb(210,168,77); }
td.TdClassName
{
border-color: #D2A84D;
}
.TagClassName
{
border-color: #D2A84D;
}
</style>