Shades of Apache #D2A856
Tints of Apache #D2A856
RGB
CMYK
RGB Variations
Color information
#D2A856 (or 0xD2A856) is known color: Apache. HEX triplet: D2, A8 and 56. RGB value is (210,168,86). Sum of RGB (Red+Green+Blue) = 210+168+86=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A856 is #2D57A9. Grayscale: #ABABAB. Windows color (decimal): -2971562 or 5679314. OLE color: 5679314.
HSL color Cylindrical-coordinate representation of color #D2A856: hue angle of 39.68º degrees, saturation: 0.58, 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 #D2A856 is Cyan = 0, Magento = 0.2, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 86 | - |
| CMYK | 0 | 0.2 | 0.59 | 0.18 |
| HSL | 39.68º | 0.58% | 0.58% | - |
| HSV(B) | 39.68º | 0.59% | 0.82% | - |
| XYZ | 42.26 | 42.38 | 14.76 | - |
| YUV | 171.21 | 79.91 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 86 | 0 | 0.2 | 0.59 | 0.18 | 39.68 | 0.58 | 0.58 |
| Hex | D2 | A8 | 56 | 0 | 14 | 3B | 12 | 28 | 3A | 3A |
| Octal | 322 | 250 | 126 | 0 | 24 | 73 | 22 | 50 | 72 | 72 |
| Binary | 11010010 | 10101000 | 1010110 | 0 | 10100 | 111011 | 10010 | 101000 | 111010 | 111010 |
Color Harmonies of #D2A856
Complementary color
Monochromatic Colors of #D2A856
Black with #D2A856
Text Example
Text Example
White with #D2A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A856; }
p { color: rgb(210,168,86); }
H1.HeaderClassName
{
color: #D2A856;
}
.AnyTagClassName
{
color: #D2A856;
}
</style>
background-color css
<style>
a { background-color: #D2A856; }
a { background-color: rgb(210,168,86); }
div.DivClassName
{
background-color: #D2A856;
}
.BgClassName
{
background-color: #D2A856;
}
</style>
border-color css
<style>
span { border-color: #D2A856; }
span { border-color: rgb(210,168,86); }
td.TdClassName
{
border-color: #D2A856;
}
.TagClassName
{
border-color: #D2A856;
}
</style>