Shades of Apache #D1A25F
Tints of Apache #D1A25F
RGB
CMYK
RGB Variations
Color information
#D1A25F (or 0xD1A25F) is known color: Apache. HEX triplet: D1, A2 and 5F. RGB value is (209,162,95). Sum of RGB (Red+Green+Blue) = 209+162+95=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A25F is #2E5DA0. Grayscale: #A8A8A8. Windows color (decimal): -3038625 or 6267601. OLE color: 6267601.
HSL color Cylindrical-coordinate representation of color #D1A25F: hue angle of 35.26º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1A25F is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 95 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.18 |
| HSL | 35.26º | 0.55% | 0.6% | - |
| HSV(B) | 35.26º | 0.55% | 0.82% | - |
| XYZ | 41.28 | 40.22 | 16.41 | - |
| YUV | 168.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 95 | 0 | 0.22 | 0.55 | 0.18 | 35.26 | 0.55 | 0.6 |
| Hex | D1 | A2 | 5F | 0 | 16 | 37 | 12 | 23 | 37 | 3C |
| Octal | 321 | 242 | 137 | 0 | 26 | 67 | 22 | 43 | 67 | 74 |
| Binary | 11010001 | 10100010 | 1011111 | 0 | 10110 | 110111 | 10010 | 100011 | 110111 | 111100 |
Color Harmonies of #D1A25F
Complementary color
Monochromatic Colors of #D1A25F
Black with #D1A25F
Text Example
Text Example
White with #D1A25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A25F; }
p { color: rgb(209,162,95); }
H1.HeaderClassName
{
color: #D1A25F;
}
.AnyTagClassName
{
color: #D1A25F;
}
</style>
background-color css
<style>
a { background-color: #D1A25F; }
a { background-color: rgb(209,162,95); }
div.DivClassName
{
background-color: #D1A25F;
}
.BgClassName
{
background-color: #D1A25F;
}
</style>
border-color css
<style>
span { border-color: #D1A25F; }
span { border-color: rgb(209,162,95); }
td.TdClassName
{
border-color: #D1A25F;
}
.TagClassName
{
border-color: #D1A25F;
}
</style>