Shades of Apache #D4AB66
Tints of Apache #D4AB66
RGB
CMYK
RGB Variations
Color information
#D4AB66 (or 0xD4AB66) is known color: Apache. HEX triplet: D4, AB and 66. RGB value is (212,171,102). Sum of RGB (Red+Green+Blue) = 212+171+102=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB66 is #2B5499. Grayscale: #AFAFAF. Windows color (decimal): -2839706 or 6728660. OLE color: 6728660.
HSL color Cylindrical-coordinate representation of color #D4AB66: hue angle of 37.64º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4AB66 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 102 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.17 |
| HSL | 37.64º | 0.56% | 0.62% | - |
| HSV(B) | 37.64º | 0.52% | 0.83% | - |
| XYZ | 44.11 | 44.08 | 18.75 | - |
| YUV | 175.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 102 | 0 | 0.19 | 0.52 | 0.17 | 37.64 | 0.56 | 0.62 |
| Hex | D4 | AB | 66 | 0 | 13 | 34 | 11 | 26 | 38 | 3E |
| Octal | 324 | 253 | 146 | 0 | 23 | 64 | 21 | 46 | 70 | 76 |
| Binary | 11010100 | 10101011 | 1100110 | 0 | 10011 | 110100 | 10001 | 100110 | 111000 | 111110 |
Color Harmonies of #D4AB66
Complementary color
Monochromatic Colors of #D4AB66
Black with #D4AB66
Text Example
Text Example
White with #D4AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB66; }
p { color: rgb(212,171,102); }
H1.HeaderClassName
{
color: #D4AB66;
}
.AnyTagClassName
{
color: #D4AB66;
}
</style>
background-color css
<style>
a { background-color: #D4AB66; }
a { background-color: rgb(212,171,102); }
div.DivClassName
{
background-color: #D4AB66;
}
.BgClassName
{
background-color: #D4AB66;
}
</style>
border-color css
<style>
span { border-color: #D4AB66; }
span { border-color: rgb(212,171,102); }
td.TdClassName
{
border-color: #D4AB66;
}
.TagClassName
{
border-color: #D4AB66;
}
</style>