Shades of Apache #D5AB56
Tints of Apache #D5AB56
RGB
CMYK
RGB Variations
Color information
#D5AB56 (or 0xD5AB56) is known color: Apache. HEX triplet: D5, AB and 56. RGB value is (213,171,86). Sum of RGB (Red+Green+Blue) = 213+171+86=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB56 is #2A54A9. Grayscale: #AEAEAE. Windows color (decimal): -2774186 or 5680085. OLE color: 5680085.
HSL color Cylindrical-coordinate representation of color #D5AB56: hue angle of 40.16º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5AB56 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 86 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.16 |
| HSL | 40.16º | 0.6% | 0.59% | - |
| HSV(B) | 40.16º | 0.6% | 0.84% | - |
| XYZ | 43.68 | 43.94 | 14.98 | - |
| YUV | 173.87 | 78.41 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 86 | 0 | 0.20 | 0.60 | 0.16 | 40.16 | 0.6 | 0.59 |
| Hex | D5 | AB | 56 | 0 | 14 | 3C | 10 | 28 | 3C | 3B |
| Octal | 325 | 253 | 126 | 0 | 24 | 74 | 20 | 50 | 74 | 73 |
| Binary | 11010101 | 10101011 | 1010110 | 0 | 10100 | 111100 | 10000 | 101000 | 111100 | 111011 |
Color Harmonies of #D5AB56
Complementary color
Monochromatic Colors of #D5AB56
Black with #D5AB56
Text Example
Text Example
White with #D5AB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB56; }
p { color: rgb(213,171,86); }
H1.HeaderClassName
{
color: #D5AB56;
}
.AnyTagClassName
{
color: #D5AB56;
}
</style>
background-color css
<style>
a { background-color: #D5AB56; }
a { background-color: rgb(213,171,86); }
div.DivClassName
{
background-color: #D5AB56;
}
.BgClassName
{
background-color: #D5AB56;
}
</style>
border-color css
<style>
span { border-color: #D5AB56; }
span { border-color: rgb(213,171,86); }
td.TdClassName
{
border-color: #D5AB56;
}
.TagClassName
{
border-color: #D5AB56;
}
</style>