Shades of Apache #D9AB5C
Tints of Apache #D9AB5C
RGB
CMYK
RGB Variations
Color information
#D9AB5C (or 0xD9AB5C) is known color: Apache. HEX triplet: D9, AB and 5C. RGB value is (217,171,92). Sum of RGB (Red+Green+Blue) = 217+171+92=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB5C is #2654A3. Grayscale: #B0B0B0. Windows color (decimal): -2512036 or 6073305. OLE color: 6073305.
HSL color Cylindrical-coordinate representation of color #D9AB5C: hue angle of 37.92º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9AB5C is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 92 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.15 |
| HSL | 37.92º | 0.62% | 0.61% | - |
| HSV(B) | 37.92º | 0.58% | 0.85% | - |
| XYZ | 45.11 | 44.65 | 16.37 | - |
| YUV | 175.75 | 80.74 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 92 | 0 | 0.21 | 0.58 | 0.15 | 37.92 | 0.62 | 0.61 |
| Hex | D9 | AB | 5C | 0 | 15 | 3A | F | 26 | 3E | 3D |
| Octal | 331 | 253 | 134 | 0 | 25 | 72 | 17 | 46 | 76 | 75 |
| Binary | 11011001 | 10101011 | 1011100 | 0 | 10101 | 111010 | 1111 | 100110 | 111110 | 111101 |
Color Harmonies of #D9AB5C
Complementary color
Monochromatic Colors of #D9AB5C
Black with #D9AB5C
Text Example
Text Example
White with #D9AB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB5C; }
p { color: rgb(217,171,92); }
H1.HeaderClassName
{
color: #D9AB5C;
}
.AnyTagClassName
{
color: #D9AB5C;
}
</style>
background-color css
<style>
a { background-color: #D9AB5C; }
a { background-color: rgb(217,171,92); }
div.DivClassName
{
background-color: #D9AB5C;
}
.BgClassName
{
background-color: #D9AB5C;
}
</style>
border-color css
<style>
span { border-color: #D9AB5C; }
span { border-color: rgb(217,171,92); }
td.TdClassName
{
border-color: #D9AB5C;
}
.TagClassName
{
border-color: #D9AB5C;
}
</style>