Shades of Apache #D5AB64
Tints of Apache #D5AB64
RGB
CMYK
RGB Variations
Color information
#D5AB64 (or 0xD5AB64) is known color: Apache. HEX triplet: D5, AB and 64. RGB value is (213,171,100). Sum of RGB (Red+Green+Blue) = 213+171+100=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB64 is #2A549B. Grayscale: #AFAFAF. Windows color (decimal): -2774172 or 6597589. OLE color: 6597589.
HSL color Cylindrical-coordinate representation of color #D5AB64: hue angle of 37.7º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5AB64 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 100 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.16 |
| HSL | 37.7º | 0.57% | 0.61% | - |
| HSV(B) | 37.7º | 0.53% | 0.84% | - |
| XYZ | 44.3 | 44.19 | 18.25 | - |
| YUV | 175.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 100 | 0 | 0.20 | 0.53 | 0.16 | 37.7 | 0.57 | 0.61 |
| Hex | D5 | AB | 64 | 0 | 14 | 35 | 10 | 26 | 39 | 3D |
| Octal | 325 | 253 | 144 | 0 | 24 | 65 | 20 | 46 | 71 | 75 |
| Binary | 11010101 | 10101011 | 1100100 | 0 | 10100 | 110101 | 10000 | 100110 | 111001 | 111101 |
Color Harmonies of #D5AB64
Complementary color
Monochromatic Colors of #D5AB64
Black with #D5AB64
Text Example
Text Example
White with #D5AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB64; }
p { color: rgb(213,171,100); }
H1.HeaderClassName
{
color: #D5AB64;
}
.AnyTagClassName
{
color: #D5AB64;
}
</style>
background-color css
<style>
a { background-color: #D5AB64; }
a { background-color: rgb(213,171,100); }
div.DivClassName
{
background-color: #D5AB64;
}
.BgClassName
{
background-color: #D5AB64;
}
</style>
border-color css
<style>
span { border-color: #D5AB64; }
span { border-color: rgb(213,171,100); }
td.TdClassName
{
border-color: #D5AB64;
}
.TagClassName
{
border-color: #D5AB64;
}
</style>