Shades of Apache #D4A963
Tints of Apache #D4A963
RGB
CMYK
RGB Variations
Color information
#D4A963 (or 0xD4A963) is known color: Apache. HEX triplet: D4, A9 and 63. RGB value is (212,169,99). Sum of RGB (Red+Green+Blue) = 212+169+99=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A963 is #2B569C. Grayscale: #AEAEAE. Windows color (decimal): -2840221 or 6531540. OLE color: 6531540.
HSL color Cylindrical-coordinate representation of color #D4A963: hue angle of 37.17º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4A963 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 169 | 99 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.17 |
| HSL | 37.17º | 0.57% | 0.61% | - |
| HSV(B) | 37.17º | 0.53% | 0.83% | - |
| XYZ | 43.59 | 43.27 | 17.86 | - |
| YUV | 173.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 99 | 0 | 0.20 | 0.53 | 0.17 | 37.17 | 0.57 | 0.61 |
| Hex | D4 | A9 | 63 | 0 | 14 | 35 | 11 | 25 | 39 | 3D |
| Octal | 324 | 251 | 143 | 0 | 24 | 65 | 21 | 45 | 71 | 75 |
| Binary | 11010100 | 10101001 | 1100011 | 0 | 10100 | 110101 | 10001 | 100101 | 111001 | 111101 |
Color Harmonies of #D4A963
Complementary color
Monochromatic Colors of #D4A963
Black with #D4A963
Text Example
Text Example
White with #D4A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A963; }
p { color: rgb(212,169,99); }
H1.HeaderClassName
{
color: #D4A963;
}
.AnyTagClassName
{
color: #D4A963;
}
</style>
background-color css
<style>
a { background-color: #D4A963; }
a { background-color: rgb(212,169,99); }
div.DivClassName
{
background-color: #D4A963;
}
.BgClassName
{
background-color: #D4A963;
}
</style>
border-color css
<style>
span { border-color: #D4A963; }
span { border-color: rgb(212,169,99); }
td.TdClassName
{
border-color: #D4A963;
}
.TagClassName
{
border-color: #D4A963;
}
</style>