Shades of Apache #D2A956
Tints of Apache #D2A956
RGB
CMYK
RGB Variations
Color information
#D2A956 (or 0xD2A956) is known color: Apache. HEX triplet: D2, A9 and 56. RGB value is (210,169,86). Sum of RGB (Red+Green+Blue) = 210+169+86=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A956 is #2D56A9. Grayscale: #ACACAC. Windows color (decimal): -2971306 or 5679570. OLE color: 5679570.
HSL color Cylindrical-coordinate representation of color #D2A956: hue angle of 40.16º 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 #D2A956 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 169 | 86 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.18 |
| HSL | 40.16º | 0.58% | 0.58% | - |
| HSV(B) | 40.16º | 0.59% | 0.82% | - |
| XYZ | 42.45 | 42.75 | 14.82 | - |
| YUV | 171.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 169 | 86 | 0 | 0.20 | 0.59 | 0.18 | 40.16 | 0.58 | 0.58 |
| Hex | D2 | A9 | 56 | 0 | 14 | 3B | 12 | 28 | 3A | 3A |
| Octal | 322 | 251 | 126 | 0 | 24 | 73 | 22 | 50 | 72 | 72 |
| Binary | 11010010 | 10101001 | 1010110 | 0 | 10100 | 111011 | 10010 | 101000 | 111010 | 111010 |
Color Harmonies of #D2A956
Complementary color
Monochromatic Colors of #D2A956
Black with #D2A956
Text Example
Text Example
White with #D2A956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A956; }
p { color: rgb(210,169,86); }
H1.HeaderClassName
{
color: #D2A956;
}
.AnyTagClassName
{
color: #D2A956;
}
</style>
background-color css
<style>
a { background-color: #D2A956; }
a { background-color: rgb(210,169,86); }
div.DivClassName
{
background-color: #D2A956;
}
.BgClassName
{
background-color: #D2A956;
}
</style>
border-color css
<style>
span { border-color: #D2A956; }
span { border-color: rgb(210,169,86); }
td.TdClassName
{
border-color: #D2A956;
}
.TagClassName
{
border-color: #D2A956;
}
</style>