Shades of Apache #D4A862
Tints of Apache #D4A862
RGB
CMYK
RGB Variations
Color information
#D4A862 (or 0xD4A862) is known color: Apache. HEX triplet: D4, A8 and 62. RGB value is (212,168,98). Sum of RGB (Red+Green+Blue) = 212+168+98=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A862 is #2B579D. Grayscale: #ADADAD. Windows color (decimal): -2840478 or 6465748. OLE color: 6465748.
HSL color Cylindrical-coordinate representation of color #D4A862: hue angle of 36.84º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4A862 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 98 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.17 |
| HSL | 36.84º | 0.57% | 0.61% | - |
| HSV(B) | 36.84º | 0.54% | 0.83% | - |
| XYZ | 43.36 | 42.88 | 17.55 | - |
| YUV | 173.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 98 | 0 | 0.21 | 0.54 | 0.17 | 36.84 | 0.57 | 0.61 |
| Hex | D4 | A8 | 62 | 0 | 15 | 36 | 11 | 25 | 39 | 3D |
| Octal | 324 | 250 | 142 | 0 | 25 | 66 | 21 | 45 | 71 | 75 |
| Binary | 11010100 | 10101000 | 1100010 | 0 | 10101 | 110110 | 10001 | 100101 | 111001 | 111101 |
Color Harmonies of #D4A862
Complementary color
Monochromatic Colors of #D4A862
Black with #D4A862
Text Example
Text Example
White with #D4A862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A862; }
p { color: rgb(212,168,98); }
H1.HeaderClassName
{
color: #D4A862;
}
.AnyTagClassName
{
color: #D4A862;
}
</style>
background-color css
<style>
a { background-color: #D4A862; }
a { background-color: rgb(212,168,98); }
div.DivClassName
{
background-color: #D4A862;
}
.BgClassName
{
background-color: #D4A862;
}
</style>
border-color css
<style>
span { border-color: #D4A862; }
span { border-color: rgb(212,168,98); }
td.TdClassName
{
border-color: #D4A862;
}
.TagClassName
{
border-color: #D4A862;
}
</style>