Shades of Apache #D1AD5C
Tints of Apache #D1AD5C
RGB
CMYK
RGB Variations
Color information
#D1AD5C (or 0xD1AD5C) is known color: Apache. HEX triplet: D1, AD and 5C. RGB value is (209,173,92). Sum of RGB (Red+Green+Blue) = 209+173+92=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD5C is #2E52A3. Grayscale: #AEAEAE. Windows color (decimal): -3035812 or 6073809. OLE color: 6073809.
HSL color Cylindrical-coordinate representation of color #D1AD5C: hue angle of 41.54º 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 #D1AD5C is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 92 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.18 |
| HSL | 41.54º | 0.56% | 0.59% | - |
| HSV(B) | 41.54º | 0.56% | 0.82% | - |
| XYZ | 43.17 | 44.22 | 16.38 | - |
| YUV | 174.53 | 81.43 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 92 | 0 | 0.17 | 0.56 | 0.18 | 41.54 | 0.56 | 0.59 |
| Hex | D1 | AD | 5C | 0 | 11 | 38 | 12 | 2A | 38 | 3B |
| Octal | 321 | 255 | 134 | 0 | 21 | 70 | 22 | 52 | 70 | 73 |
| Binary | 11010001 | 10101101 | 1011100 | 0 | 10001 | 111000 | 10010 | 101010 | 111000 | 111011 |
Color Harmonies of #D1AD5C
Complementary color
Monochromatic Colors of #D1AD5C
Black with #D1AD5C
Text Example
Text Example
White with #D1AD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AD5C; }
p { color: rgb(209,173,92); }
H1.HeaderClassName
{
color: #D1AD5C;
}
.AnyTagClassName
{
color: #D1AD5C;
}
</style>
background-color css
<style>
a { background-color: #D1AD5C; }
a { background-color: rgb(209,173,92); }
div.DivClassName
{
background-color: #D1AD5C;
}
.BgClassName
{
background-color: #D1AD5C;
}
</style>
border-color css
<style>
span { border-color: #D1AD5C; }
span { border-color: rgb(209,173,92); }
td.TdClassName
{
border-color: #D1AD5C;
}
.TagClassName
{
border-color: #D1AD5C;
}
</style>