Shades of Apache #D1A65D
Tints of Apache #D1A65D
RGB
CMYK
RGB Variations
Color information
#D1A65D (or 0xD1A65D) is known color: Apache. HEX triplet: D1, A6 and 5D. RGB value is (209,166,93). Sum of RGB (Red+Green+Blue) = 209+166+93=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A65D is #2E59A2. Grayscale: #AAAAAA. Windows color (decimal): -3037603 or 6137553. OLE color: 6137553.
HSL color Cylindrical-coordinate representation of color #D1A65D: hue angle of 37.76º 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 #D1A65D is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 93 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.18 |
| HSL | 37.76º | 0.56% | 0.59% | - |
| HSV(B) | 37.76º | 0.56% | 0.82% | - |
| XYZ | 41.91 | 41.62 | 16.18 | - |
| YUV | 170.54 | 84.25 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 93 | 0 | 0.21 | 0.56 | 0.18 | 37.76 | 0.56 | 0.59 |
| Hex | D1 | A6 | 5D | 0 | 15 | 38 | 12 | 26 | 38 | 3B |
| Octal | 321 | 246 | 135 | 0 | 25 | 70 | 22 | 46 | 70 | 73 |
| Binary | 11010001 | 10100110 | 1011101 | 0 | 10101 | 111000 | 10010 | 100110 | 111000 | 111011 |
Color Harmonies of #D1A65D
Complementary color
Monochromatic Colors of #D1A65D
Black with #D1A65D
Text Example
Text Example
White with #D1A65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A65D; }
p { color: rgb(209,166,93); }
H1.HeaderClassName
{
color: #D1A65D;
}
.AnyTagClassName
{
color: #D1A65D;
}
</style>
background-color css
<style>
a { background-color: #D1A65D; }
a { background-color: rgb(209,166,93); }
div.DivClassName
{
background-color: #D1A65D;
}
.BgClassName
{
background-color: #D1A65D;
}
</style>
border-color css
<style>
span { border-color: #D1A65D; }
span { border-color: rgb(209,166,93); }
td.TdClassName
{
border-color: #D1A65D;
}
.TagClassName
{
border-color: #D1A65D;
}
</style>