Shades of Apache #D2A659
Tints of Apache #D2A659
RGB
CMYK
RGB Variations
Color information
#D2A659 (or 0xD2A659) is known color: Apache. HEX triplet: D2, A6 and 59. RGB value is (210,166,89). Sum of RGB (Red+Green+Blue) = 210+166+89=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A659 is #2D59A6. Grayscale: #AAAAAA. Windows color (decimal): -2972071 or 5875410. OLE color: 5875410.
HSL color Cylindrical-coordinate representation of color #D2A659: hue angle of 38.18º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2A659 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 89 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.18 |
| HSL | 38.18º | 0.57% | 0.59% | - |
| HSV(B) | 38.18º | 0.58% | 0.82% | - |
| XYZ | 42.02 | 41.7 | 15.28 | - |
| YUV | 170.38 | 82.08 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 89 | 0 | 0.21 | 0.58 | 0.18 | 38.18 | 0.57 | 0.59 |
| Hex | D2 | A6 | 59 | 0 | 15 | 3A | 12 | 26 | 39 | 3B |
| Octal | 322 | 246 | 131 | 0 | 25 | 72 | 22 | 46 | 71 | 73 |
| Binary | 11010010 | 10100110 | 1011001 | 0 | 10101 | 111010 | 10010 | 100110 | 111001 | 111011 |
Color Harmonies of #D2A659
Complementary color
Monochromatic Colors of #D2A659
Black with #D2A659
Text Example
Text Example
White with #D2A659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A659; }
p { color: rgb(210,166,89); }
H1.HeaderClassName
{
color: #D2A659;
}
.AnyTagClassName
{
color: #D2A659;
}
</style>
background-color css
<style>
a { background-color: #D2A659; }
a { background-color: rgb(210,166,89); }
div.DivClassName
{
background-color: #D2A659;
}
.BgClassName
{
background-color: #D2A659;
}
</style>
border-color css
<style>
span { border-color: #D2A659; }
span { border-color: rgb(210,166,89); }
td.TdClassName
{
border-color: #D2A659;
}
.TagClassName
{
border-color: #D2A659;
}
</style>