Shades of Apache #D4AC5C
Tints of Apache #D4AC5C
RGB
CMYK
RGB Variations
Color information
#D4AC5C (or 0xD4AC5C) is known color: Apache. HEX triplet: D4, AC and 5C. RGB value is (212,172,92). Sum of RGB (Red+Green+Blue) = 212+172+92=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC5C is #2B53A3. Grayscale: #AFAFAF. Windows color (decimal): -2839460 or 6073556. OLE color: 6073556.
HSL color Cylindrical-coordinate representation of color #D4AC5C: hue angle of 40º 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 #D4AC5C is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 172 | 92 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.17 |
| HSL | 40º | 0.58% | 0.6% | - |
| HSV(B) | 40º | 0.57% | 0.83% | - |
| XYZ | 43.84 | 44.27 | 16.36 | - |
| YUV | 174.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 92 | 0 | 0.19 | 0.57 | 0.17 | 40 | 0.58 | 0.6 |
| Hex | D4 | AC | 5C | 0 | 13 | 39 | 11 | 28 | 3A | 3C |
| Octal | 324 | 254 | 134 | 0 | 23 | 71 | 21 | 50 | 72 | 74 |
| Binary | 11010100 | 10101100 | 1011100 | 0 | 10011 | 111001 | 10001 | 101000 | 111010 | 111100 |
Color Harmonies of #D4AC5C
Complementary color
Monochromatic Colors of #D4AC5C
Black with #D4AC5C
Text Example
Text Example
White with #D4AC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AC5C; }
p { color: rgb(212,172,92); }
H1.HeaderClassName
{
color: #D4AC5C;
}
.AnyTagClassName
{
color: #D4AC5C;
}
</style>
background-color css
<style>
a { background-color: #D4AC5C; }
a { background-color: rgb(212,172,92); }
div.DivClassName
{
background-color: #D4AC5C;
}
.BgClassName
{
background-color: #D4AC5C;
}
</style>
border-color css
<style>
span { border-color: #D4AC5C; }
span { border-color: rgb(212,172,92); }
td.TdClassName
{
border-color: #D4AC5C;
}
.TagClassName
{
border-color: #D4AC5C;
}
</style>