Shades of Apache #D0A75D
Tints of Apache #D0A75D
RGB
CMYK
RGB Variations
Color information
#D0A75D (or 0xD0A75D) is known color: Apache. HEX triplet: D0, A7 and 5D. RGB value is (208,167,93). Sum of RGB (Red+Green+Blue) = 208+167+93=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A75D is #2F58A2. Grayscale: #ABABAB. Windows color (decimal): -3102883 or 6137808. OLE color: 6137808.
HSL color Cylindrical-coordinate representation of color #D0A75D: hue angle of 38.61º 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 #D0A75D is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 93 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.18 |
| HSL | 38.61º | 0.55% | 0.59% | - |
| HSV(B) | 38.61º | 0.55% | 0.82% | - |
| XYZ | 41.81 | 41.84 | 16.23 | - |
| YUV | 170.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 93 | 0 | 0.20 | 0.55 | 0.18 | 38.61 | 0.55 | 0.59 |
| Hex | D0 | A7 | 5D | 0 | 14 | 37 | 12 | 27 | 37 | 3B |
| Octal | 320 | 247 | 135 | 0 | 24 | 67 | 22 | 47 | 67 | 73 |
| Binary | 11010000 | 10100111 | 1011101 | 0 | 10100 | 110111 | 10010 | 100111 | 110111 | 111011 |
Color Harmonies of #D0A75D
Complementary color
Monochromatic Colors of #D0A75D
Black with #D0A75D
Text Example
Text Example
White with #D0A75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A75D; }
p { color: rgb(208,167,93); }
H1.HeaderClassName
{
color: #D0A75D;
}
.AnyTagClassName
{
color: #D0A75D;
}
</style>
background-color css
<style>
a { background-color: #D0A75D; }
a { background-color: rgb(208,167,93); }
div.DivClassName
{
background-color: #D0A75D;
}
.BgClassName
{
background-color: #D0A75D;
}
</style>
border-color css
<style>
span { border-color: #D0A75D; }
span { border-color: rgb(208,167,93); }
td.TdClassName
{
border-color: #D0A75D;
}
.TagClassName
{
border-color: #D0A75D;
}
</style>