Shades of Apache #D2A857
Tints of Apache #D2A857
RGB
CMYK
RGB Variations
Color information
#D2A857 (or 0xD2A857) is known color: Apache. HEX triplet: D2, A8 and 57. RGB value is (210,168,87). Sum of RGB (Red+Green+Blue) = 210+168+87=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 87 (34.38% from 255 or 18.71% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A857 is #2D57A8. Grayscale: #ABABAB. Windows color (decimal): -2971561 or 5744850. OLE color: 5744850.
HSL color Cylindrical-coordinate representation of color #D2A857: hue angle of 39.51º 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 #D2A857 is Cyan = 0, Magento = 0.2, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 87 | - |
| CMYK | 0 | 0.2 | 0.59 | 0.18 |
| HSL | 39.51º | 0.58% | 0.58% | - |
| HSV(B) | 39.51º | 0.59% | 0.82% | - |
| XYZ | 42.3 | 42.4 | 14.97 | - |
| YUV | 171.32 | 80.41 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 87 | 0 | 0.2 | 0.59 | 0.18 | 39.51 | 0.58 | 0.58 |
| Hex | D2 | A8 | 57 | 0 | 14 | 3B | 12 | 28 | 3A | 3A |
| Octal | 322 | 250 | 127 | 0 | 24 | 73 | 22 | 50 | 72 | 72 |
| Binary | 11010010 | 10101000 | 1010111 | 0 | 10100 | 111011 | 10010 | 101000 | 111010 | 111010 |
Color Harmonies of #D2A857
Complementary color
Monochromatic Colors of #D2A857
Black with #D2A857
Text Example
Text Example
White with #D2A857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A857; }
p { color: rgb(210,168,87); }
H1.HeaderClassName
{
color: #D2A857;
}
.AnyTagClassName
{
color: #D2A857;
}
</style>
background-color css
<style>
a { background-color: #D2A857; }
a { background-color: rgb(210,168,87); }
div.DivClassName
{
background-color: #D2A857;
}
.BgClassName
{
background-color: #D2A857;
}
</style>
border-color css
<style>
span { border-color: #D2A857; }
span { border-color: rgb(210,168,87); }
td.TdClassName
{
border-color: #D2A857;
}
.TagClassName
{
border-color: #D2A857;
}
</style>