Shades of Apache #D4A55A
Tints of Apache #D4A55A
RGB
CMYK
RGB Variations
Color information
#D4A55A (or 0xD4A55A) is known color: Apache. HEX triplet: D4, A5 and 5A. RGB value is (212,165,90). Sum of RGB (Red+Green+Blue) = 212+165+90=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A55A is #2B5AA5. Grayscale: #AAAAAA. Windows color (decimal): -2841254 or 5940692. OLE color: 5940692.
HSL color Cylindrical-coordinate representation of color #D4A55A: hue angle of 36.89º 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 #D4A55A is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 90 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.17 |
| HSL | 36.89º | 0.59% | 0.59% | - |
| HSV(B) | 36.89º | 0.58% | 0.83% | - |
| XYZ | 42.45 | 41.65 | 15.47 | - |
| YUV | 170.5 | 82.57 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 90 | 0 | 0.22 | 0.58 | 0.17 | 36.89 | 0.59 | 0.59 |
| Hex | D4 | A5 | 5A | 0 | 16 | 3A | 11 | 25 | 3B | 3B |
| Octal | 324 | 245 | 132 | 0 | 26 | 72 | 21 | 45 | 73 | 73 |
| Binary | 11010100 | 10100101 | 1011010 | 0 | 10110 | 111010 | 10001 | 100101 | 111011 | 111011 |
Color Harmonies of #D4A55A
Complementary color
Monochromatic Colors of #D4A55A
Black with #D4A55A
Text Example
Text Example
White with #D4A55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A55A; }
p { color: rgb(212,165,90); }
H1.HeaderClassName
{
color: #D4A55A;
}
.AnyTagClassName
{
color: #D4A55A;
}
</style>
background-color css
<style>
a { background-color: #D4A55A; }
a { background-color: rgb(212,165,90); }
div.DivClassName
{
background-color: #D4A55A;
}
.BgClassName
{
background-color: #D4A55A;
}
</style>
border-color css
<style>
span { border-color: #D4A55A; }
span { border-color: rgb(212,165,90); }
td.TdClassName
{
border-color: #D4A55A;
}
.TagClassName
{
border-color: #D4A55A;
}
</style>