Shades of Apache #DCA85F
Tints of Apache #DCA85F
RGB
CMYK
RGB Variations
Color information
#DCA85F (or 0xDCA85F) is known color: Apache. HEX triplet: DC, A8 and 5F. RGB value is (220,168,95). Sum of RGB (Red+Green+Blue) = 220+168+95=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA85F is #2357A0. Grayscale: #AFAFAF. Windows color (decimal): -2316193 or 6269148. OLE color: 6269148.
HSL color Cylindrical-coordinate representation of color #DCA85F: hue angle of 35.04º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCA85F is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 95 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.14 |
| HSL | 35.04º | 0.64% | 0.62% | - |
| HSV(B) | 35.04º | 0.57% | 0.86% | - |
| XYZ | 45.58 | 44.05 | 16.93 | - |
| YUV | 175.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 95 | 0 | 0.24 | 0.57 | 0.14 | 35.04 | 0.64 | 0.62 |
| Hex | DC | A8 | 5F | 0 | 18 | 39 | E | 23 | 40 | 3E |
| Octal | 334 | 250 | 137 | 0 | 30 | 71 | 16 | 43 | 100 | 76 |
| Binary | 11011100 | 10101000 | 1011111 | 0 | 11000 | 111001 | 1110 | 100011 | 1000000 | 111110 |
Color Harmonies of #DCA85F
Complementary color
Monochromatic Colors of #DCA85F
Black with #DCA85F
Text Example
Text Example
White with #DCA85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA85F; }
p { color: rgb(220,168,95); }
H1.HeaderClassName
{
color: #DCA85F;
}
.AnyTagClassName
{
color: #DCA85F;
}
</style>
background-color css
<style>
a { background-color: #DCA85F; }
a { background-color: rgb(220,168,95); }
div.DivClassName
{
background-color: #DCA85F;
}
.BgClassName
{
background-color: #DCA85F;
}
</style>
border-color css
<style>
span { border-color: #DCA85F; }
span { border-color: rgb(220,168,95); }
td.TdClassName
{
border-color: #DCA85F;
}
.TagClassName
{
border-color: #DCA85F;
}
</style>