Shades of Apache #D4A367
Tints of Apache #D4A367
RGB
CMYK
RGB Variations
Color information
#D4A367 (or 0xD4A367) is known color: Apache. HEX triplet: D4, A3 and 67. RGB value is (212,163,103). Sum of RGB (Red+Green+Blue) = 212+163+103=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A367 is #2B5C98. Grayscale: #ABABAB. Windows color (decimal): -2841753 or 6792148. OLE color: 6792148.
HSL color Cylindrical-coordinate representation of color #D4A367: hue angle of 33.03º 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 #D4A367 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 103 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.17 |
| HSL | 33.03º | 0.56% | 0.62% | - |
| HSV(B) | 33.03º | 0.51% | 0.83% | - |
| XYZ | 42.7 | 41.17 | 18.53 | - |
| YUV | 170.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 103 | 0 | 0.23 | 0.51 | 0.17 | 33.03 | 0.56 | 0.62 |
| Hex | D4 | A3 | 67 | 0 | 17 | 33 | 11 | 21 | 38 | 3E |
| Octal | 324 | 243 | 147 | 0 | 27 | 63 | 21 | 41 | 70 | 76 |
| Binary | 11010100 | 10100011 | 1100111 | 0 | 10111 | 110011 | 10001 | 100001 | 111000 | 111110 |
Color Harmonies of #D4A367
Complementary color
Monochromatic Colors of #D4A367
Black with #D4A367
Text Example
Text Example
White with #D4A367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A367; }
p { color: rgb(212,163,103); }
H1.HeaderClassName
{
color: #D4A367;
}
.AnyTagClassName
{
color: #D4A367;
}
</style>
background-color css
<style>
a { background-color: #D4A367; }
a { background-color: rgb(212,163,103); }
div.DivClassName
{
background-color: #D4A367;
}
.BgClassName
{
background-color: #D4A367;
}
</style>
border-color css
<style>
span { border-color: #D4A367; }
span { border-color: rgb(212,163,103); }
td.TdClassName
{
border-color: #D4A367;
}
.TagClassName
{
border-color: #D4A367;
}
</style>