Shades of Apache #D9A45C
Tints of Apache #D9A45C
RGB
CMYK
RGB Variations
Color information
#D9A45C (or 0xD9A45C) is known color: Apache. HEX triplet: D9, A4 and 5C. RGB value is (217,164,92). Sum of RGB (Red+Green+Blue) = 217+164+92=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A45C is #265BA3. Grayscale: #ABABAB. Windows color (decimal): -2513828 or 6071513. OLE color: 6071513.
HSL color Cylindrical-coordinate representation of color #D9A45C: hue angle of 34.56º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9A45C is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 92 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.15 |
| HSL | 34.56º | 0.62% | 0.61% | - |
| HSV(B) | 34.56º | 0.58% | 0.85% | - |
| XYZ | 43.82 | 42.08 | 15.94 | - |
| YUV | 171.64 | 83.06 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 92 | 0 | 0.24 | 0.58 | 0.15 | 34.56 | 0.62 | 0.61 |
| Hex | D9 | A4 | 5C | 0 | 18 | 3A | F | 23 | 3E | 3D |
| Octal | 331 | 244 | 134 | 0 | 30 | 72 | 17 | 43 | 76 | 75 |
| Binary | 11011001 | 10100100 | 1011100 | 0 | 11000 | 111010 | 1111 | 100011 | 111110 | 111101 |
Color Harmonies of #D9A45C
Complementary color
Monochromatic Colors of #D9A45C
Black with #D9A45C
Text Example
Text Example
White with #D9A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A45C; }
p { color: rgb(217,164,92); }
H1.HeaderClassName
{
color: #D9A45C;
}
.AnyTagClassName
{
color: #D9A45C;
}
</style>
background-color css
<style>
a { background-color: #D9A45C; }
a { background-color: rgb(217,164,92); }
div.DivClassName
{
background-color: #D9A45C;
}
.BgClassName
{
background-color: #D9A45C;
}
</style>
border-color css
<style>
span { border-color: #D9A45C; }
span { border-color: rgb(217,164,92); }
td.TdClassName
{
border-color: #D9A45C;
}
.TagClassName
{
border-color: #D9A45C;
}
</style>