Shades of Apache #D9A962
Tints of Apache #D9A962
RGB
CMYK
RGB Variations
Color information
#D9A962 (or 0xD9A962) is known color: Apache. HEX triplet: D9, A9 and 62. RGB value is (217,169,98). Sum of RGB (Red+Green+Blue) = 217+169+98=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A962 is #26569D. Grayscale: #AFAFAF. Windows color (decimal): -2512542 or 6466009. OLE color: 6466009.
HSL color Cylindrical-coordinate representation of color #D9A962: hue angle of 35.8º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9A962 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 169 | 98 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.15 |
| HSL | 35.8º | 0.61% | 0.62% | - |
| HSV(B) | 35.8º | 0.55% | 0.85% | - |
| XYZ | 45.01 | 44.01 | 17.68 | - |
| YUV | 175.26 | 84.4 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 169 | 98 | 0 | 0.22 | 0.55 | 0.15 | 35.8 | 0.61 | 0.62 |
| Hex | D9 | A9 | 62 | 0 | 16 | 37 | F | 24 | 3D | 3E |
| Octal | 331 | 251 | 142 | 0 | 26 | 67 | 17 | 44 | 75 | 76 |
| Binary | 11011001 | 10101001 | 1100010 | 0 | 10110 | 110111 | 1111 | 100100 | 111101 | 111110 |
Color Harmonies of #D9A962
Complementary color
Monochromatic Colors of #D9A962
Black with #D9A962
Text Example
Text Example
White with #D9A962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A962; }
p { color: rgb(217,169,98); }
H1.HeaderClassName
{
color: #D9A962;
}
.AnyTagClassName
{
color: #D9A962;
}
</style>
background-color css
<style>
a { background-color: #D9A962; }
a { background-color: rgb(217,169,98); }
div.DivClassName
{
background-color: #D9A962;
}
.BgClassName
{
background-color: #D9A962;
}
</style>
border-color css
<style>
span { border-color: #D9A962; }
span { border-color: rgb(217,169,98); }
td.TdClassName
{
border-color: #D9A962;
}
.TagClassName
{
border-color: #D9A962;
}
</style>