Shades of Apache #D5AB65
Tints of Apache #D5AB65
RGB
CMYK
RGB Variations
Color information
#D5AB65 (or 0xD5AB65) is known color: Apache. HEX triplet: D5, AB and 65. RGB value is (213,171,101). Sum of RGB (Red+Green+Blue) = 213+171+101=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB65 is #2A549A. Grayscale: #AFAFAF. Windows color (decimal): -2774171 or 6663125. OLE color: 6663125.
HSL color Cylindrical-coordinate representation of color #D5AB65: hue angle of 37.5º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5AB65 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 101 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.16 |
| HSL | 37.5º | 0.57% | 0.62% | - |
| HSV(B) | 37.5º | 0.53% | 0.84% | - |
| XYZ | 44.35 | 44.21 | 18.51 | - |
| YUV | 175.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 101 | 0 | 0.20 | 0.53 | 0.16 | 37.5 | 0.57 | 0.62 |
| Hex | D5 | AB | 65 | 0 | 14 | 35 | 10 | 26 | 39 | 3E |
| Octal | 325 | 253 | 145 | 0 | 24 | 65 | 20 | 46 | 71 | 76 |
| Binary | 11010101 | 10101011 | 1100101 | 0 | 10100 | 110101 | 10000 | 100110 | 111001 | 111110 |
Color Harmonies of #D5AB65
Complementary color
Monochromatic Colors of #D5AB65
Black with #D5AB65
Text Example
Text Example
White with #D5AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB65; }
p { color: rgb(213,171,101); }
H1.HeaderClassName
{
color: #D5AB65;
}
.AnyTagClassName
{
color: #D5AB65;
}
</style>
background-color css
<style>
a { background-color: #D5AB65; }
a { background-color: rgb(213,171,101); }
div.DivClassName
{
background-color: #D5AB65;
}
.BgClassName
{
background-color: #D5AB65;
}
</style>
border-color css
<style>
span { border-color: #D5AB65; }
span { border-color: rgb(213,171,101); }
td.TdClassName
{
border-color: #D5AB65;
}
.TagClassName
{
border-color: #D5AB65;
}
</style>