Shades of Apache #D0A856
Tints of Apache #D0A856
RGB
CMYK
RGB Variations
Color information
#D0A856 (or 0xD0A856) is known color: Apache. HEX triplet: D0, A8 and 56. RGB value is (208,168,86). Sum of RGB (Red+Green+Blue) = 208+168+86=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A856 is #2F57A9. Grayscale: #AAAAAA. Windows color (decimal): -3102634 or 5679312. OLE color: 5679312.
HSL color Cylindrical-coordinate representation of color #D0A856: hue angle of 40.33º degrees, saturation: 0.56, 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 #D0A856 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 86 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.18 |
| HSL | 40.33º | 0.56% | 0.58% | - |
| HSV(B) | 40.33º | 0.59% | 0.82% | - |
| XYZ | 41.69 | 42.09 | 14.73 | - |
| YUV | 170.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 86 | 0 | 0.19 | 0.59 | 0.18 | 40.33 | 0.56 | 0.58 |
| Hex | D0 | A8 | 56 | 0 | 13 | 3B | 12 | 28 | 38 | 3A |
| Octal | 320 | 250 | 126 | 0 | 23 | 73 | 22 | 50 | 70 | 72 |
| Binary | 11010000 | 10101000 | 1010110 | 0 | 10011 | 111011 | 10010 | 101000 | 111000 | 111010 |
Color Harmonies of #D0A856
Complementary color
Monochromatic Colors of #D0A856
Black with #D0A856
Text Example
Text Example
White with #D0A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A856; }
p { color: rgb(208,168,86); }
H1.HeaderClassName
{
color: #D0A856;
}
.AnyTagClassName
{
color: #D0A856;
}
</style>
background-color css
<style>
a { background-color: #D0A856; }
a { background-color: rgb(208,168,86); }
div.DivClassName
{
background-color: #D0A856;
}
.BgClassName
{
background-color: #D0A856;
}
</style>
border-color css
<style>
span { border-color: #D0A856; }
span { border-color: rgb(208,168,86); }
td.TdClassName
{
border-color: #D0A856;
}
.TagClassName
{
border-color: #D0A856;
}
</style>