Shades of Apache #D4A867
Tints of Apache #D4A867
RGB
CMYK
RGB Variations
Color information
#D4A867 (or 0xD4A867) is known color: Apache. HEX triplet: D4, A8 and 67. RGB value is (212,168,103). Sum of RGB (Red+Green+Blue) = 212+168+103=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A867 is #2B5798. Grayscale: #AEAEAE. Windows color (decimal): -2840473 or 6793428. OLE color: 6793428.
HSL color Cylindrical-coordinate representation of color #D4A867: hue angle of 35.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 #D4A867 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 103 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.17 |
| HSL | 35.78º | 0.56% | 0.62% | - |
| HSV(B) | 35.78º | 0.51% | 0.83% | - |
| XYZ | 43.6 | 42.98 | 18.83 | - |
| YUV | 173.75 | 88.08 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 103 | 0 | 0.21 | 0.51 | 0.17 | 35.78 | 0.56 | 0.62 |
| Hex | D4 | A8 | 67 | 0 | 15 | 33 | 11 | 24 | 38 | 3E |
| Octal | 324 | 250 | 147 | 0 | 25 | 63 | 21 | 44 | 70 | 76 |
| Binary | 11010100 | 10101000 | 1100111 | 0 | 10101 | 110011 | 10001 | 100100 | 111000 | 111110 |
Color Harmonies of #D4A867
Complementary color
Monochromatic Colors of #D4A867
Black with #D4A867
Text Example
Text Example
White with #D4A867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A867; }
p { color: rgb(212,168,103); }
H1.HeaderClassName
{
color: #D4A867;
}
.AnyTagClassName
{
color: #D4A867;
}
</style>
background-color css
<style>
a { background-color: #D4A867; }
a { background-color: rgb(212,168,103); }
div.DivClassName
{
background-color: #D4A867;
}
.BgClassName
{
background-color: #D4A867;
}
</style>
border-color css
<style>
span { border-color: #D4A867; }
span { border-color: rgb(212,168,103); }
td.TdClassName
{
border-color: #D4A867;
}
.TagClassName
{
border-color: #D4A867;
}
</style>