Shades of Apache #D1AB5C
Tints of Apache #D1AB5C
RGB
CMYK
RGB Variations
Color information
#D1AB5C (or 0xD1AB5C) is known color: Apache. HEX triplet: D1, AB and 5C. RGB value is (209,171,92). Sum of RGB (Red+Green+Blue) = 209+171+92=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB5C is #2E54A3. Grayscale: #ADADAD. Windows color (decimal): -3036324 or 6073297. OLE color: 6073297.
HSL color Cylindrical-coordinate representation of color #D1AB5C: hue angle of 40.51º 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 #D1AB5C is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 92 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.18 |
| HSL | 40.51º | 0.56% | 0.59% | - |
| HSV(B) | 40.51º | 0.56% | 0.82% | - |
| XYZ | 42.79 | 43.45 | 16.26 | - |
| YUV | 173.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 92 | 0 | 0.18 | 0.56 | 0.18 | 40.51 | 0.56 | 0.59 |
| Hex | D1 | AB | 5C | 0 | 12 | 38 | 12 | 29 | 38 | 3B |
| Octal | 321 | 253 | 134 | 0 | 22 | 70 | 22 | 51 | 70 | 73 |
| Binary | 11010001 | 10101011 | 1011100 | 0 | 10010 | 111000 | 10010 | 101001 | 111000 | 111011 |
Color Harmonies of #D1AB5C
Complementary color
Monochromatic Colors of #D1AB5C
Black with #D1AB5C
Text Example
Text Example
White with #D1AB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB5C; }
p { color: rgb(209,171,92); }
H1.HeaderClassName
{
color: #D1AB5C;
}
.AnyTagClassName
{
color: #D1AB5C;
}
</style>
background-color css
<style>
a { background-color: #D1AB5C; }
a { background-color: rgb(209,171,92); }
div.DivClassName
{
background-color: #D1AB5C;
}
.BgClassName
{
background-color: #D1AB5C;
}
</style>
border-color css
<style>
span { border-color: #D1AB5C; }
span { border-color: rgb(209,171,92); }
td.TdClassName
{
border-color: #D1AB5C;
}
.TagClassName
{
border-color: #D1AB5C;
}
</style>