Shades of Apache #D0A460
Tints of Apache #D0A460
RGB
CMYK
RGB Variations
Color information
#D0A460 (or 0xD0A460) is known color: Apache. HEX triplet: D0, A4 and 60. RGB value is (208,164,96). Sum of RGB (Red+Green+Blue) = 208+164+96=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A460 is #2F5B9F. Grayscale: #A9A9A9. Windows color (decimal): -3103648 or 6333648. OLE color: 6333648.
HSL color Cylindrical-coordinate representation of color #D0A460: hue angle of 36.43º 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 #D0A460 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 96 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.18 |
| HSL | 36.43º | 0.54% | 0.6% | - |
| HSV(B) | 36.43º | 0.54% | 0.82% | - |
| XYZ | 41.4 | 40.81 | 16.76 | - |
| YUV | 169.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 96 | 0 | 0.21 | 0.54 | 0.18 | 36.43 | 0.54 | 0.6 |
| Hex | D0 | A4 | 60 | 0 | 15 | 36 | 12 | 24 | 36 | 3C |
| Octal | 320 | 244 | 140 | 0 | 25 | 66 | 22 | 44 | 66 | 74 |
| Binary | 11010000 | 10100100 | 1100000 | 0 | 10101 | 110110 | 10010 | 100100 | 110110 | 111100 |
Color Harmonies of #D0A460
Complementary color
Monochromatic Colors of #D0A460
Black with #D0A460
Text Example
Text Example
White with #D0A460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A460; }
p { color: rgb(208,164,96); }
H1.HeaderClassName
{
color: #D0A460;
}
.AnyTagClassName
{
color: #D0A460;
}
</style>
background-color css
<style>
a { background-color: #D0A460; }
a { background-color: rgb(208,164,96); }
div.DivClassName
{
background-color: #D0A460;
}
.BgClassName
{
background-color: #D0A460;
}
</style>
border-color css
<style>
span { border-color: #D0A460; }
span { border-color: rgb(208,164,96); }
td.TdClassName
{
border-color: #D0A460;
}
.TagClassName
{
border-color: #D0A460;
}
</style>