Shades of Apache #D2A859
Tints of Apache #D2A859
RGB
CMYK
RGB Variations
Color information
#D2A859 (or 0xD2A859) is known color: Apache. HEX triplet: D2, A8 and 59. RGB value is (210,168,89). Sum of RGB (Red+Green+Blue) = 210+168+89=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A859 is #2D57A6. Grayscale: #ABABAB. Windows color (decimal): -2971559 or 5875922. OLE color: 5875922.
HSL color Cylindrical-coordinate representation of color #D2A859: hue angle of 39.17º 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 #D2A859 is Cyan = 0, Magento = 0.2, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 89 | - |
| CMYK | 0 | 0.2 | 0.58 | 0.18 |
| HSL | 39.17º | 0.57% | 0.59% | - |
| HSV(B) | 39.17º | 0.58% | 0.82% | - |
| XYZ | 42.38 | 42.43 | 15.41 | - |
| YUV | 171.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 89 | 0 | 0.2 | 0.58 | 0.18 | 39.17 | 0.57 | 0.59 |
| Hex | D2 | A8 | 59 | 0 | 14 | 3A | 12 | 27 | 39 | 3B |
| Octal | 322 | 250 | 131 | 0 | 24 | 72 | 22 | 47 | 71 | 73 |
| Binary | 11010010 | 10101000 | 1011001 | 0 | 10100 | 111010 | 10010 | 100111 | 111001 | 111011 |
Color Harmonies of #D2A859
Complementary color
Monochromatic Colors of #D2A859
Black with #D2A859
Text Example
Text Example
White with #D2A859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A859; }
p { color: rgb(210,168,89); }
H1.HeaderClassName
{
color: #D2A859;
}
.AnyTagClassName
{
color: #D2A859;
}
</style>
background-color css
<style>
a { background-color: #D2A859; }
a { background-color: rgb(210,168,89); }
div.DivClassName
{
background-color: #D2A859;
}
.BgClassName
{
background-color: #D2A859;
}
</style>
border-color css
<style>
span { border-color: #D2A859; }
span { border-color: rgb(210,168,89); }
td.TdClassName
{
border-color: #D2A859;
}
.TagClassName
{
border-color: #D2A859;
}
</style>