Shades of Apache #D9AB5B
Tints of Apache #D9AB5B
RGB
CMYK
RGB Variations
Color information
#D9AB5B (or 0xD9AB5B) is known color: Apache. HEX triplet: D9, AB and 5B. RGB value is (217,171,91). Sum of RGB (Red+Green+Blue) = 217+171+91=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB5B is #2654A4. Grayscale: #B0B0B0. Windows color (decimal): -2512037 or 6007769. OLE color: 6007769.
HSL color Cylindrical-coordinate representation of color #D9AB5B: hue angle of 38.1º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9AB5B is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 91 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.15 |
| HSL | 38.1º | 0.62% | 0.6% | - |
| HSV(B) | 38.1º | 0.58% | 0.85% | - |
| XYZ | 45.07 | 44.63 | 16.14 | - |
| YUV | 175.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 91 | 0 | 0.21 | 0.58 | 0.15 | 38.1 | 0.62 | 0.6 |
| Hex | D9 | AB | 5B | 0 | 15 | 3A | F | 26 | 3E | 3C |
| Octal | 331 | 253 | 133 | 0 | 25 | 72 | 17 | 46 | 76 | 74 |
| Binary | 11011001 | 10101011 | 1011011 | 0 | 10101 | 111010 | 1111 | 100110 | 111110 | 111100 |
Color Harmonies of #D9AB5B
Complementary color
Monochromatic Colors of #D9AB5B
Black with #D9AB5B
Text Example
Text Example
White with #D9AB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB5B; }
p { color: rgb(217,171,91); }
H1.HeaderClassName
{
color: #D9AB5B;
}
.AnyTagClassName
{
color: #D9AB5B;
}
</style>
background-color css
<style>
a { background-color: #D9AB5B; }
a { background-color: rgb(217,171,91); }
div.DivClassName
{
background-color: #D9AB5B;
}
.BgClassName
{
background-color: #D9AB5B;
}
</style>
border-color css
<style>
span { border-color: #D9AB5B; }
span { border-color: rgb(217,171,91); }
td.TdClassName
{
border-color: #D9AB5B;
}
.TagClassName
{
border-color: #D9AB5B;
}
</style>