Shades of Apache #D1A25C
Tints of Apache #D1A25C
RGB
CMYK
RGB Variations
Color information
#D1A25C (or 0xD1A25C) is known color: Apache. HEX triplet: D1, A2 and 5C. RGB value is (209,162,92). Sum of RGB (Red+Green+Blue) = 209+162+92=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A25C is #2E5DA3. Grayscale: #A8A8A8. Windows color (decimal): -3038628 or 6070993. OLE color: 6070993.
HSL color Cylindrical-coordinate representation of color #D1A25C: hue angle of 35.9º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1A25C is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 92 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.18 |
| HSL | 35.9º | 0.56% | 0.59% | - |
| HSV(B) | 35.9º | 0.56% | 0.82% | - |
| XYZ | 41.15 | 40.17 | 15.71 | - |
| YUV | 168.07 | 85.07 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 92 | 0 | 0.22 | 0.56 | 0.18 | 35.9 | 0.56 | 0.59 |
| Hex | D1 | A2 | 5C | 0 | 16 | 38 | 12 | 24 | 38 | 3B |
| Octal | 321 | 242 | 134 | 0 | 26 | 70 | 22 | 44 | 70 | 73 |
| Binary | 11010001 | 10100010 | 1011100 | 0 | 10110 | 111000 | 10010 | 100100 | 111000 | 111011 |
Color Harmonies of #D1A25C
Complementary color
Monochromatic Colors of #D1A25C
Black with #D1A25C
Text Example
Text Example
White with #D1A25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A25C; }
p { color: rgb(209,162,92); }
H1.HeaderClassName
{
color: #D1A25C;
}
.AnyTagClassName
{
color: #D1A25C;
}
</style>
background-color css
<style>
a { background-color: #D1A25C; }
a { background-color: rgb(209,162,92); }
div.DivClassName
{
background-color: #D1A25C;
}
.BgClassName
{
background-color: #D1A25C;
}
</style>
border-color css
<style>
span { border-color: #D1A25C; }
span { border-color: rgb(209,162,92); }
td.TdClassName
{
border-color: #D1A25C;
}
.TagClassName
{
border-color: #D1A25C;
}
</style>