Shades of Apache #D4A65F
Tints of Apache #D4A65F
RGB
CMYK
RGB Variations
Color information
#D4A65F (or 0xD4A65F) is known color: Apache. HEX triplet: D4, A6 and 5F. RGB value is (212,166,95). Sum of RGB (Red+Green+Blue) = 212+166+95=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A65F is #2B59A0. Grayscale: #ABABAB. Windows color (decimal): -2840993 or 6268628. OLE color: 6268628.
HSL color Cylindrical-coordinate representation of color #D4A65F: hue angle of 36.41º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4A65F is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 95 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.17 |
| HSL | 36.41º | 0.58% | 0.6% | - |
| HSV(B) | 36.41º | 0.55% | 0.83% | - |
| XYZ | 42.85 | 42.1 | 16.69 | - |
| YUV | 171.66 | 84.74 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 95 | 0 | 0.22 | 0.55 | 0.17 | 36.41 | 0.58 | 0.6 |
| Hex | D4 | A6 | 5F | 0 | 16 | 37 | 11 | 24 | 3A | 3C |
| Octal | 324 | 246 | 137 | 0 | 26 | 67 | 21 | 44 | 72 | 74 |
| Binary | 11010100 | 10100110 | 1011111 | 0 | 10110 | 110111 | 10001 | 100100 | 111010 | 111100 |
Color Harmonies of #D4A65F
Complementary color
Monochromatic Colors of #D4A65F
Black with #D4A65F
Text Example
Text Example
White with #D4A65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A65F; }
p { color: rgb(212,166,95); }
H1.HeaderClassName
{
color: #D4A65F;
}
.AnyTagClassName
{
color: #D4A65F;
}
</style>
background-color css
<style>
a { background-color: #D4A65F; }
a { background-color: rgb(212,166,95); }
div.DivClassName
{
background-color: #D4A65F;
}
.BgClassName
{
background-color: #D4A65F;
}
</style>
border-color css
<style>
span { border-color: #D4A65F; }
span { border-color: rgb(212,166,95); }
td.TdClassName
{
border-color: #D4A65F;
}
.TagClassName
{
border-color: #D4A65F;
}
</style>