Shades of Apache #D2A84E
Tints of Apache #D2A84E
RGB
CMYK
RGB Variations
Color information
#D2A84E (or 0xD2A84E) is known color: Apache. HEX triplet: D2, A8 and 4E. RGB value is (210,168,78). Sum of RGB (Red+Green+Blue) = 210+168+78=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A84E is #2D57B1. Grayscale: #AAAAAA. Windows color (decimal): -2971570 or 5155026. OLE color: 5155026.
HSL color Cylindrical-coordinate representation of color #D2A84E: hue angle of 40.91º degrees, saturation: 0.59, 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 #D2A84E is Cyan = 0, Magento = 0.2, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 78 | - |
| CMYK | 0 | 0.2 | 0.63 | 0.18 |
| HSL | 40.91º | 0.59% | 0.56% | - |
| HSV(B) | 40.91º | 0.63% | 0.82% | - |
| XYZ | 41.96 | 42.26 | 13.15 | - |
| YUV | 170.3 | 75.91 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 78 | 0 | 0.2 | 0.63 | 0.18 | 40.91 | 0.59 | 0.56 |
| Hex | D2 | A8 | 4E | 0 | 14 | 3F | 12 | 29 | 3B | 38 |
| Octal | 322 | 250 | 116 | 0 | 24 | 77 | 22 | 51 | 73 | 70 |
| Binary | 11010010 | 10101000 | 1001110 | 0 | 10100 | 111111 | 10010 | 101001 | 111011 | 111000 |
Color Harmonies of #D2A84E
Complementary color
Monochromatic Colors of #D2A84E
Black with #D2A84E
Text Example
Text Example
White with #D2A84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A84E; }
p { color: rgb(210,168,78); }
H1.HeaderClassName
{
color: #D2A84E;
}
.AnyTagClassName
{
color: #D2A84E;
}
</style>
background-color css
<style>
a { background-color: #D2A84E; }
a { background-color: rgb(210,168,78); }
div.DivClassName
{
background-color: #D2A84E;
}
.BgClassName
{
background-color: #D2A84E;
}
</style>
border-color css
<style>
span { border-color: #D2A84E; }
span { border-color: rgb(210,168,78); }
td.TdClassName
{
border-color: #D2A84E;
}
.TagClassName
{
border-color: #D2A84E;
}
</style>