Shades of Apache #D4A368
Tints of Apache #D4A368
RGB
CMYK
RGB Variations
Color information
#D4A368 (or 0xD4A368) is known color: Apache. HEX triplet: D4, A3 and 68. RGB value is (212,163,104). Sum of RGB (Red+Green+Blue) = 212+163+104=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A368 is #2B5C97. Grayscale: #ABABAB. Windows color (decimal): -2841752 or 6857684. OLE color: 6857684.
HSL color Cylindrical-coordinate representation of color #D4A368: hue angle of 32.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4A368 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 104 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.17 |
| HSL | 32.78º | 0.56% | 0.62% | - |
| HSV(B) | 32.78º | 0.51% | 0.83% | - |
| XYZ | 42.75 | 41.19 | 18.79 | - |
| YUV | 170.93 | 90.23 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 104 | 0 | 0.23 | 0.51 | 0.17 | 32.78 | 0.56 | 0.62 |
| Hex | D4 | A3 | 68 | 0 | 17 | 33 | 11 | 21 | 38 | 3E |
| Octal | 324 | 243 | 150 | 0 | 27 | 63 | 21 | 41 | 70 | 76 |
| Binary | 11010100 | 10100011 | 1101000 | 0 | 10111 | 110011 | 10001 | 100001 | 111000 | 111110 |
Color Harmonies of #D4A368
Complementary color
Monochromatic Colors of #D4A368
Black with #D4A368
Text Example
Text Example
White with #D4A368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A368; }
p { color: rgb(212,163,104); }
H1.HeaderClassName
{
color: #D4A368;
}
.AnyTagClassName
{
color: #D4A368;
}
</style>
background-color css
<style>
a { background-color: #D4A368; }
a { background-color: rgb(212,163,104); }
div.DivClassName
{
background-color: #D4A368;
}
.BgClassName
{
background-color: #D4A368;
}
</style>
border-color css
<style>
span { border-color: #D4A368; }
span { border-color: rgb(212,163,104); }
td.TdClassName
{
border-color: #D4A368;
}
.TagClassName
{
border-color: #D4A368;
}
</style>