Shades of Apache #D2A85F
Tints of Apache #D2A85F
RGB
CMYK
RGB Variations
Color information
#D2A85F (or 0xD2A85F) is known color: Apache. HEX triplet: D2, A8 and 5F. RGB value is (210,168,95). Sum of RGB (Red+Green+Blue) = 210+168+95=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A85F is #2D57A0. Grayscale: #ACACAC. Windows color (decimal): -2971553 or 6269138. OLE color: 6269138.
HSL color Cylindrical-coordinate representation of color #D2A85F: hue angle of 38.09º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2A85F is Cyan = 0, Magento = 0.2, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 95 | - |
| CMYK | 0 | 0.2 | 0.55 | 0.18 |
| HSL | 38.09º | 0.56% | 0.6% | - |
| HSV(B) | 38.09º | 0.55% | 0.82% | - |
| XYZ | 42.65 | 42.53 | 16.79 | - |
| YUV | 172.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 95 | 0 | 0.2 | 0.55 | 0.18 | 38.09 | 0.56 | 0.6 |
| Hex | D2 | A8 | 5F | 0 | 14 | 37 | 12 | 26 | 38 | 3C |
| Octal | 322 | 250 | 137 | 0 | 24 | 67 | 22 | 46 | 70 | 74 |
| Binary | 11010010 | 10101000 | 1011111 | 0 | 10100 | 110111 | 10010 | 100110 | 111000 | 111100 |
Color Harmonies of #D2A85F
Complementary color
Monochromatic Colors of #D2A85F
Black with #D2A85F
Text Example
Text Example
White with #D2A85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A85F; }
p { color: rgb(210,168,95); }
H1.HeaderClassName
{
color: #D2A85F;
}
.AnyTagClassName
{
color: #D2A85F;
}
</style>
background-color css
<style>
a { background-color: #D2A85F; }
a { background-color: rgb(210,168,95); }
div.DivClassName
{
background-color: #D2A85F;
}
.BgClassName
{
background-color: #D2A85F;
}
</style>
border-color css
<style>
span { border-color: #D2A85F; }
span { border-color: rgb(210,168,95); }
td.TdClassName
{
border-color: #D2A85F;
}
.TagClassName
{
border-color: #D2A85F;
}
</style>