Shades of Apache #D5A45C
Tints of Apache #D5A45C
RGB
CMYK
RGB Variations
Color information
#D5A45C (or 0xD5A45C) is known color: Apache. HEX triplet: D5, A4 and 5C. RGB value is (213,164,92). Sum of RGB (Red+Green+Blue) = 213+164+92=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A45C is #2A5BA3. Grayscale: #AAAAAA. Windows color (decimal): -2775972 or 6071509. OLE color: 6071509.
HSL color Cylindrical-coordinate representation of color #D5A45C: hue angle of 35.7º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5A45C is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 92 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.16 |
| HSL | 35.7º | 0.59% | 0.6% | - |
| HSV(B) | 35.7º | 0.57% | 0.84% | - |
| XYZ | 42.65 | 41.47 | 15.88 | - |
| YUV | 170.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 92 | 0 | 0.23 | 0.57 | 0.16 | 35.7 | 0.59 | 0.6 |
| Hex | D5 | A4 | 5C | 0 | 17 | 39 | 10 | 24 | 3B | 3C |
| Octal | 325 | 244 | 134 | 0 | 27 | 71 | 20 | 44 | 73 | 74 |
| Binary | 11010101 | 10100100 | 1011100 | 0 | 10111 | 111001 | 10000 | 100100 | 111011 | 111100 |
Color Harmonies of #D5A45C
Complementary color
Monochromatic Colors of #D5A45C
Black with #D5A45C
Text Example
Text Example
White with #D5A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A45C; }
p { color: rgb(213,164,92); }
H1.HeaderClassName
{
color: #D5A45C;
}
.AnyTagClassName
{
color: #D5A45C;
}
</style>
background-color css
<style>
a { background-color: #D5A45C; }
a { background-color: rgb(213,164,92); }
div.DivClassName
{
background-color: #D5A45C;
}
.BgClassName
{
background-color: #D5A45C;
}
</style>
border-color css
<style>
span { border-color: #D5A45C; }
span { border-color: rgb(213,164,92); }
td.TdClassName
{
border-color: #D5A45C;
}
.TagClassName
{
border-color: #D5A45C;
}
</style>