Shades of Apache #D0A65D
Tints of Apache #D0A65D
RGB
CMYK
RGB Variations
Color information
#D0A65D (or 0xD0A65D) is known color: Apache. HEX triplet: D0, A6 and 5D. RGB value is (208,166,93). Sum of RGB (Red+Green+Blue) = 208+166+93=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A65D is #2F59A2. Grayscale: #AAAAAA. Windows color (decimal): -3103139 or 6137552. OLE color: 6137552.
HSL color Cylindrical-coordinate representation of color #D0A65D: hue angle of 38.09º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0A65D is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 93 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.18 |
| HSL | 38.09º | 0.55% | 0.59% | - |
| HSV(B) | 38.09º | 0.55% | 0.82% | - |
| XYZ | 41.62 | 41.47 | 16.17 | - |
| YUV | 170.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 93 | 0 | 0.20 | 0.55 | 0.18 | 38.09 | 0.55 | 0.59 |
| Hex | D0 | A6 | 5D | 0 | 14 | 37 | 12 | 26 | 37 | 3B |
| Octal | 320 | 246 | 135 | 0 | 24 | 67 | 22 | 46 | 67 | 73 |
| Binary | 11010000 | 10100110 | 1011101 | 0 | 10100 | 110111 | 10010 | 100110 | 110111 | 111011 |
Color Harmonies of #D0A65D
Complementary color
Monochromatic Colors of #D0A65D
Black with #D0A65D
Text Example
Text Example
White with #D0A65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A65D; }
p { color: rgb(208,166,93); }
H1.HeaderClassName
{
color: #D0A65D;
}
.AnyTagClassName
{
color: #D0A65D;
}
</style>
background-color css
<style>
a { background-color: #D0A65D; }
a { background-color: rgb(208,166,93); }
div.DivClassName
{
background-color: #D0A65D;
}
.BgClassName
{
background-color: #D0A65D;
}
</style>
border-color css
<style>
span { border-color: #D0A65D; }
span { border-color: rgb(208,166,93); }
td.TdClassName
{
border-color: #D0A65D;
}
.TagClassName
{
border-color: #D0A65D;
}
</style>