Shades of Apache #D4AB63
Tints of Apache #D4AB63
RGB
CMYK
RGB Variations
Color information
#D4AB63 (or 0xD4AB63) is known color: Apache. HEX triplet: D4, AB and 63. RGB value is (212,171,99). Sum of RGB (Red+Green+Blue) = 212+171+99=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB63 is #2B549C. Grayscale: #AFAFAF. Windows color (decimal): -2839709 or 6532052. OLE color: 6532052.
HSL color Cylindrical-coordinate representation of color #D4AB63: hue angle of 38.23º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4AB63 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 99 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.17 |
| HSL | 38.23º | 0.57% | 0.61% | - |
| HSV(B) | 38.23º | 0.53% | 0.83% | - |
| XYZ | 43.97 | 44.02 | 17.98 | - |
| YUV | 175.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 99 | 0 | 0.19 | 0.53 | 0.17 | 38.23 | 0.57 | 0.61 |
| Hex | D4 | AB | 63 | 0 | 13 | 35 | 11 | 26 | 39 | 3D |
| Octal | 324 | 253 | 143 | 0 | 23 | 65 | 21 | 46 | 71 | 75 |
| Binary | 11010100 | 10101011 | 1100011 | 0 | 10011 | 110101 | 10001 | 100110 | 111001 | 111101 |
Color Harmonies of #D4AB63
Complementary color
Monochromatic Colors of #D4AB63
Black with #D4AB63
Text Example
Text Example
White with #D4AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB63; }
p { color: rgb(212,171,99); }
H1.HeaderClassName
{
color: #D4AB63;
}
.AnyTagClassName
{
color: #D4AB63;
}
</style>
background-color css
<style>
a { background-color: #D4AB63; }
a { background-color: rgb(212,171,99); }
div.DivClassName
{
background-color: #D4AB63;
}
.BgClassName
{
background-color: #D4AB63;
}
</style>
border-color css
<style>
span { border-color: #D4AB63; }
span { border-color: rgb(212,171,99); }
td.TdClassName
{
border-color: #D4AB63;
}
.TagClassName
{
border-color: #D4AB63;
}
</style>