Shades of Apache #D4A75C
Tints of Apache #D4A75C
RGB
CMYK
RGB Variations
Color information
#D4A75C (or 0xD4A75C) is known color: Apache. HEX triplet: D4, A7 and 5C. RGB value is (212,167,92). Sum of RGB (Red+Green+Blue) = 212+167+92=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A75C is #2B58A3. Grayscale: #ACACAC. Windows color (decimal): -2840740 or 6072276. OLE color: 6072276.
HSL color Cylindrical-coordinate representation of color #D4A75C: hue angle of 37.5º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4A75C is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 167 | 92 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.17 |
| HSL | 37.5º | 0.58% | 0.6% | - |
| HSV(B) | 37.5º | 0.57% | 0.83% | - |
| XYZ | 42.9 | 42.41 | 16.05 | - |
| YUV | 171.91 | 82.91 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 92 | 0 | 0.21 | 0.57 | 0.17 | 37.5 | 0.58 | 0.6 |
| Hex | D4 | A7 | 5C | 0 | 15 | 39 | 11 | 26 | 3A | 3C |
| Octal | 324 | 247 | 134 | 0 | 25 | 71 | 21 | 46 | 72 | 74 |
| Binary | 11010100 | 10100111 | 1011100 | 0 | 10101 | 111001 | 10001 | 100110 | 111010 | 111100 |
Color Harmonies of #D4A75C
Complementary color
Monochromatic Colors of #D4A75C
Black with #D4A75C
Text Example
Text Example
White with #D4A75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A75C; }
p { color: rgb(212,167,92); }
H1.HeaderClassName
{
color: #D4A75C;
}
.AnyTagClassName
{
color: #D4A75C;
}
</style>
background-color css
<style>
a { background-color: #D4A75C; }
a { background-color: rgb(212,167,92); }
div.DivClassName
{
background-color: #D4A75C;
}
.BgClassName
{
background-color: #D4A75C;
}
</style>
border-color css
<style>
span { border-color: #D4A75C; }
span { border-color: rgb(212,167,92); }
td.TdClassName
{
border-color: #D4A75C;
}
.TagClassName
{
border-color: #D4A75C;
}
</style>