Shades of Apache #D3AC5C
Tints of Apache #D3AC5C
RGB
CMYK
RGB Variations
Color information
#D3AC5C (or 0xD3AC5C) is known color: Apache. HEX triplet: D3, AC and 5C. RGB value is (211,172,92). Sum of RGB (Red+Green+Blue) = 211+172+92=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AC5C is #2C53A3. Grayscale: #AEAEAE. Windows color (decimal): -2904996 or 6073555. OLE color: 6073555.
HSL color Cylindrical-coordinate representation of color #D3AC5C: hue angle of 40.34º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3AC5C is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 92 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.17 |
| HSL | 40.34º | 0.57% | 0.59% | - |
| HSV(B) | 40.34º | 0.56% | 0.83% | - |
| XYZ | 43.55 | 44.13 | 16.35 | - |
| YUV | 174.54 | 81.42 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 92 | 0 | 0.18 | 0.56 | 0.17 | 40.34 | 0.57 | 0.59 |
| Hex | D3 | AC | 5C | 0 | 12 | 38 | 11 | 28 | 39 | 3B |
| Octal | 323 | 254 | 134 | 0 | 22 | 70 | 21 | 50 | 71 | 73 |
| Binary | 11010011 | 10101100 | 1011100 | 0 | 10010 | 111000 | 10001 | 101000 | 111001 | 111011 |
Color Harmonies of #D3AC5C
Complementary color
Monochromatic Colors of #D3AC5C
Black with #D3AC5C
Text Example
Text Example
White with #D3AC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AC5C; }
p { color: rgb(211,172,92); }
H1.HeaderClassName
{
color: #D3AC5C;
}
.AnyTagClassName
{
color: #D3AC5C;
}
</style>
background-color css
<style>
a { background-color: #D3AC5C; }
a { background-color: rgb(211,172,92); }
div.DivClassName
{
background-color: #D3AC5C;
}
.BgClassName
{
background-color: #D3AC5C;
}
</style>
border-color css
<style>
span { border-color: #D3AC5C; }
span { border-color: rgb(211,172,92); }
td.TdClassName
{
border-color: #D3AC5C;
}
.TagClassName
{
border-color: #D3AC5C;
}
</style>