Shades of Apache #D4A35A
Tints of Apache #D4A35A
RGB
CMYK
RGB Variations
Color information
#D4A35A (or 0xD4A35A) is known color: Apache. HEX triplet: D4, A3 and 5A. RGB value is (212,163,90). Sum of RGB (Red+Green+Blue) = 212+163+90=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A35A is #2B5CA5. Grayscale: #A9A9A9. Windows color (decimal): -2841766 or 5940180. OLE color: 5940180.
HSL color Cylindrical-coordinate representation of color #D4A35A: hue angle of 35.9º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4A35A is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 90 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.17 |
| HSL | 35.9º | 0.59% | 0.59% | - |
| HSV(B) | 35.9º | 0.58% | 0.83% | - |
| XYZ | 42.09 | 40.93 | 15.35 | - |
| YUV | 169.33 | 83.23 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 90 | 0 | 0.23 | 0.58 | 0.17 | 35.9 | 0.59 | 0.59 |
| Hex | D4 | A3 | 5A | 0 | 17 | 3A | 11 | 24 | 3B | 3B |
| Octal | 324 | 243 | 132 | 0 | 27 | 72 | 21 | 44 | 73 | 73 |
| Binary | 11010100 | 10100011 | 1011010 | 0 | 10111 | 111010 | 10001 | 100100 | 111011 | 111011 |
Color Harmonies of #D4A35A
Complementary color
Monochromatic Colors of #D4A35A
Black with #D4A35A
Text Example
Text Example
White with #D4A35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A35A; }
p { color: rgb(212,163,90); }
H1.HeaderClassName
{
color: #D4A35A;
}
.AnyTagClassName
{
color: #D4A35A;
}
</style>
background-color css
<style>
a { background-color: #D4A35A; }
a { background-color: rgb(212,163,90); }
div.DivClassName
{
background-color: #D4A35A;
}
.BgClassName
{
background-color: #D4A35A;
}
</style>
border-color css
<style>
span { border-color: #D4A35A; }
span { border-color: rgb(212,163,90); }
td.TdClassName
{
border-color: #D4A35A;
}
.TagClassName
{
border-color: #D4A35A;
}
</style>