Shades of Apache #D5A75B
Tints of Apache #D5A75B
RGB
CMYK
RGB Variations
Color information
#D5A75B (or 0xD5A75B) is known color: Apache. HEX triplet: D5, A7 and 5B. RGB value is (213,167,91). Sum of RGB (Red+Green+Blue) = 213+167+91=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A75B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A75B is #2A58A4. Grayscale: #ACACAC. Windows color (decimal): -2775205 or 6006741. OLE color: 6006741.
HSL color Cylindrical-coordinate representation of color #D5A75B: hue angle of 37.38º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5A75B is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 167 | 91 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.16 |
| HSL | 37.38º | 0.59% | 0.6% | - |
| HSV(B) | 37.38º | 0.57% | 0.84% | - |
| XYZ | 43.15 | 42.54 | 15.83 | - |
| YUV | 172.09 | 82.24 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 167 | 91 | 0 | 0.22 | 0.57 | 0.16 | 37.38 | 0.59 | 0.6 |
| Hex | D5 | A7 | 5B | 0 | 16 | 39 | 10 | 25 | 3B | 3C |
| Octal | 325 | 247 | 133 | 0 | 26 | 71 | 20 | 45 | 73 | 74 |
| Binary | 11010101 | 10100111 | 1011011 | 0 | 10110 | 111001 | 10000 | 100101 | 111011 | 111100 |
Color Harmonies of #D5A75B
Complementary color
Monochromatic Colors of #D5A75B
Black with #D5A75B
Text Example
Text Example
White with #D5A75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A75B; }
p { color: rgb(213,167,91); }
H1.HeaderClassName
{
color: #D5A75B;
}
.AnyTagClassName
{
color: #D5A75B;
}
</style>
background-color css
<style>
a { background-color: #D5A75B; }
a { background-color: rgb(213,167,91); }
div.DivClassName
{
background-color: #D5A75B;
}
.BgClassName
{
background-color: #D5A75B;
}
</style>
border-color css
<style>
span { border-color: #D5A75B; }
span { border-color: rgb(213,167,91); }
td.TdClassName
{
border-color: #D5A75B;
}
.TagClassName
{
border-color: #D5A75B;
}
</style>