Shades of Apache #D0AF60
Tints of Apache #D0AF60
RGB
CMYK
RGB Variations
Color information
#D0AF60 (or 0xD0AF60) is known color: Apache. HEX triplet: D0, AF and 60. RGB value is (208,175,96). Sum of RGB (Red+Green+Blue) = 208+175+96=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF60 is #2F509F. Grayscale: #B0B0B0. Windows color (decimal): -3100832 or 6336464. OLE color: 6336464.
HSL color Cylindrical-coordinate representation of color #D0AF60: hue angle of 42.32º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0AF60 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 96 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.18 |
| HSL | 42.32º | 0.54% | 0.6% | - |
| HSV(B) | 42.32º | 0.54% | 0.82% | - |
| XYZ | 43.45 | 44.91 | 17.45 | - |
| YUV | 175.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 96 | 0 | 0.16 | 0.54 | 0.18 | 42.32 | 0.54 | 0.6 |
| Hex | D0 | AF | 60 | 0 | 10 | 36 | 12 | 2A | 36 | 3C |
| Octal | 320 | 257 | 140 | 0 | 20 | 66 | 22 | 52 | 66 | 74 |
| Binary | 11010000 | 10101111 | 1100000 | 0 | 10000 | 110110 | 10010 | 101010 | 110110 | 111100 |
Color Harmonies of #D0AF60
Complementary color
Monochromatic Colors of #D0AF60
Black with #D0AF60
Text Example
Text Example
White with #D0AF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF60; }
p { color: rgb(208,175,96); }
H1.HeaderClassName
{
color: #D0AF60;
}
.AnyTagClassName
{
color: #D0AF60;
}
</style>
background-color css
<style>
a { background-color: #D0AF60; }
a { background-color: rgb(208,175,96); }
div.DivClassName
{
background-color: #D0AF60;
}
.BgClassName
{
background-color: #D0AF60;
}
</style>
border-color css
<style>
span { border-color: #D0AF60; }
span { border-color: rgb(208,175,96); }
td.TdClassName
{
border-color: #D0AF60;
}
.TagClassName
{
border-color: #D0AF60;
}
</style>