Shades of Apache #D1A35C
Tints of Apache #D1A35C
RGB
CMYK
RGB Variations
Color information
#D1A35C (or 0xD1A35C) is known color: Apache. HEX triplet: D1, A3 and 5C. RGB value is (209,163,92). Sum of RGB (Red+Green+Blue) = 209+163+92=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A35C is #2E5CA3. Grayscale: #A8A8A8. Windows color (decimal): -3038372 or 6071249. OLE color: 6071249.
HSL color Cylindrical-coordinate representation of color #D1A35C: hue angle of 36.41º 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 #D1A35C is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 92 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.18 |
| HSL | 36.41º | 0.56% | 0.59% | - |
| HSV(B) | 36.41º | 0.56% | 0.82% | - |
| XYZ | 41.32 | 40.52 | 15.77 | - |
| YUV | 168.66 | 84.74 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 92 | 0 | 0.22 | 0.56 | 0.18 | 36.41 | 0.56 | 0.59 |
| Hex | D1 | A3 | 5C | 0 | 16 | 38 | 12 | 24 | 38 | 3B |
| Octal | 321 | 243 | 134 | 0 | 26 | 70 | 22 | 44 | 70 | 73 |
| Binary | 11010001 | 10100011 | 1011100 | 0 | 10110 | 111000 | 10010 | 100100 | 111000 | 111011 |
Color Harmonies of #D1A35C
Complementary color
Monochromatic Colors of #D1A35C
Black with #D1A35C
Text Example
Text Example
White with #D1A35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A35C; }
p { color: rgb(209,163,92); }
H1.HeaderClassName
{
color: #D1A35C;
}
.AnyTagClassName
{
color: #D1A35C;
}
</style>
background-color css
<style>
a { background-color: #D1A35C; }
a { background-color: rgb(209,163,92); }
div.DivClassName
{
background-color: #D1A35C;
}
.BgClassName
{
background-color: #D1A35C;
}
</style>
border-color css
<style>
span { border-color: #D1A35C; }
span { border-color: rgb(209,163,92); }
td.TdClassName
{
border-color: #D1A35C;
}
.TagClassName
{
border-color: #D1A35C;
}
</style>