Shades of Apache #D1A25B
Tints of Apache #D1A25B
RGB
CMYK
RGB Variations
Color information
#D1A25B (or 0xD1A25B) is known color: Apache. HEX triplet: D1, A2 and 5B. RGB value is (209,162,91). Sum of RGB (Red+Green+Blue) = 209+162+91=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A25B is #2E5DA4. Grayscale: #A8A8A8. Windows color (decimal): -3038629 or 6005457. OLE color: 6005457.
HSL color Cylindrical-coordinate representation of color #D1A25B: hue angle of 36.1º 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 #D1A25B is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 91 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.18 |
| HSL | 36.1º | 0.56% | 0.59% | - |
| HSV(B) | 36.1º | 0.56% | 0.82% | - |
| XYZ | 41.1 | 40.15 | 15.48 | - |
| YUV | 167.96 | 84.57 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 91 | 0 | 0.22 | 0.56 | 0.18 | 36.1 | 0.56 | 0.59 |
| Hex | D1 | A2 | 5B | 0 | 16 | 38 | 12 | 24 | 38 | 3B |
| Octal | 321 | 242 | 133 | 0 | 26 | 70 | 22 | 44 | 70 | 73 |
| Binary | 11010001 | 10100010 | 1011011 | 0 | 10110 | 111000 | 10010 | 100100 | 111000 | 111011 |
Color Harmonies of #D1A25B
Complementary color
Monochromatic Colors of #D1A25B
Black with #D1A25B
Text Example
Text Example
White with #D1A25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A25B; }
p { color: rgb(209,162,91); }
H1.HeaderClassName
{
color: #D1A25B;
}
.AnyTagClassName
{
color: #D1A25B;
}
</style>
background-color css
<style>
a { background-color: #D1A25B; }
a { background-color: rgb(209,162,91); }
div.DivClassName
{
background-color: #D1A25B;
}
.BgClassName
{
background-color: #D1A25B;
}
</style>
border-color css
<style>
span { border-color: #D1A25B; }
span { border-color: rgb(209,162,91); }
td.TdClassName
{
border-color: #D1A25B;
}
.TagClassName
{
border-color: #D1A25B;
}
</style>