Shades of Apache #D2A357
Tints of Apache #D2A357
RGB
CMYK
RGB Variations
Color information
#D2A357 (or 0xD2A357) is known color: Apache. HEX triplet: D2, A3 and 57. RGB value is (210,163,87). Sum of RGB (Red+Green+Blue) = 210+163+87=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A357 is #2D5CA8. Grayscale: #A8A8A8. Windows color (decimal): -2972841 or 5743570. OLE color: 5743570.
HSL color Cylindrical-coordinate representation of color #D2A357: hue angle of 37.07º 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 #D2A357 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 87 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.18 |
| HSL | 37.07º | 0.58% | 0.58% | - |
| HSV(B) | 37.07º | 0.59% | 0.82% | - |
| XYZ | 41.4 | 40.58 | 14.67 | - |
| YUV | 168.39 | 82.07 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 87 | 0 | 0.22 | 0.59 | 0.18 | 37.07 | 0.58 | 0.58 |
| Hex | D2 | A3 | 57 | 0 | 16 | 3B | 12 | 25 | 3A | 3A |
| Octal | 322 | 243 | 127 | 0 | 26 | 73 | 22 | 45 | 72 | 72 |
| Binary | 11010010 | 10100011 | 1010111 | 0 | 10110 | 111011 | 10010 | 100101 | 111010 | 111010 |
Color Harmonies of #D2A357
Complementary color
Monochromatic Colors of #D2A357
Black with #D2A357
Text Example
Text Example
White with #D2A357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A357; }
p { color: rgb(210,163,87); }
H1.HeaderClassName
{
color: #D2A357;
}
.AnyTagClassName
{
color: #D2A357;
}
</style>
background-color css
<style>
a { background-color: #D2A357; }
a { background-color: rgb(210,163,87); }
div.DivClassName
{
background-color: #D2A357;
}
.BgClassName
{
background-color: #D2A357;
}
</style>
border-color css
<style>
span { border-color: #D2A357; }
span { border-color: rgb(210,163,87); }
td.TdClassName
{
border-color: #D2A357;
}
.TagClassName
{
border-color: #D2A357;
}
</style>