Shades of Apache #D4AD5B
Tints of Apache #D4AD5B
RGB
CMYK
RGB Variations
Color information
#D4AD5B (or 0xD4AD5B) is known color: Apache. HEX triplet: D4, AD and 5B. RGB value is (212,173,91). Sum of RGB (Red+Green+Blue) = 212+173+91=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AD5B is #2B52A4. Grayscale: #AFAFAF. Windows color (decimal): -2839205 or 6008276. OLE color: 6008276.
HSL color Cylindrical-coordinate representation of color #D4AD5B: hue angle of 40.66º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4AD5B is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 91 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.17 |
| HSL | 40.66º | 0.58% | 0.59% | - |
| HSV(B) | 40.66º | 0.57% | 0.83% | - |
| XYZ | 43.98 | 44.64 | 16.2 | - |
| YUV | 175.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 91 | 0 | 0.18 | 0.57 | 0.17 | 40.66 | 0.58 | 0.59 |
| Hex | D4 | AD | 5B | 0 | 12 | 39 | 11 | 29 | 3A | 3B |
| Octal | 324 | 255 | 133 | 0 | 22 | 71 | 21 | 51 | 72 | 73 |
| Binary | 11010100 | 10101101 | 1011011 | 0 | 10010 | 111001 | 10001 | 101001 | 111010 | 111011 |
Color Harmonies of #D4AD5B
Complementary color
Monochromatic Colors of #D4AD5B
Black with #D4AD5B
Text Example
Text Example
White with #D4AD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD5B; }
p { color: rgb(212,173,91); }
H1.HeaderClassName
{
color: #D4AD5B;
}
.AnyTagClassName
{
color: #D4AD5B;
}
</style>
background-color css
<style>
a { background-color: #D4AD5B; }
a { background-color: rgb(212,173,91); }
div.DivClassName
{
background-color: #D4AD5B;
}
.BgClassName
{
background-color: #D4AD5B;
}
</style>
border-color css
<style>
span { border-color: #D4AD5B; }
span { border-color: rgb(212,173,91); }
td.TdClassName
{
border-color: #D4AD5B;
}
.TagClassName
{
border-color: #D4AD5B;
}
</style>