Shades of Apache #D1A65C
Tints of Apache #D1A65C
RGB
CMYK
RGB Variations
Color information
#D1A65C (or 0xD1A65C) is known color: Apache. HEX triplet: D1, A6 and 5C. RGB value is (209,166,92). Sum of RGB (Red+Green+Blue) = 209+166+92=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A65C is #2E59A3. Grayscale: #AAAAAA. Windows color (decimal): -3037604 or 6072017. OLE color: 6072017.
HSL color Cylindrical-coordinate representation of color #D1A65C: hue angle of 37.95º 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 #D1A65C is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 92 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.18 |
| HSL | 37.95º | 0.56% | 0.59% | - |
| HSV(B) | 37.95º | 0.56% | 0.82% | - |
| XYZ | 41.86 | 41.6 | 15.95 | - |
| YUV | 170.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 92 | 0 | 0.21 | 0.56 | 0.18 | 37.95 | 0.56 | 0.59 |
| Hex | D1 | A6 | 5C | 0 | 15 | 38 | 12 | 26 | 38 | 3B |
| Octal | 321 | 246 | 134 | 0 | 25 | 70 | 22 | 46 | 70 | 73 |
| Binary | 11010001 | 10100110 | 1011100 | 0 | 10101 | 111000 | 10010 | 100110 | 111000 | 111011 |
Color Harmonies of #D1A65C
Complementary color
Monochromatic Colors of #D1A65C
Black with #D1A65C
Text Example
Text Example
White with #D1A65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A65C; }
p { color: rgb(209,166,92); }
H1.HeaderClassName
{
color: #D1A65C;
}
.AnyTagClassName
{
color: #D1A65C;
}
</style>
background-color css
<style>
a { background-color: #D1A65C; }
a { background-color: rgb(209,166,92); }
div.DivClassName
{
background-color: #D1A65C;
}
.BgClassName
{
background-color: #D1A65C;
}
</style>
border-color css
<style>
span { border-color: #D1A65C; }
span { border-color: rgb(209,166,92); }
td.TdClassName
{
border-color: #D1A65C;
}
.TagClassName
{
border-color: #D1A65C;
}
</style>