Shades of Apache #D6A45C
Tints of Apache #D6A45C
RGB
CMYK
RGB Variations
Color information
#D6A45C (or 0xD6A45C) is known color: Apache. HEX triplet: D6, A4 and 5C. RGB value is (214,164,92). Sum of RGB (Red+Green+Blue) = 214+164+92=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A45C is #295BA3. Grayscale: #ABABAB. Windows color (decimal): -2710436 or 6071510. OLE color: 6071510.
HSL color Cylindrical-coordinate representation of color #D6A45C: hue angle of 35.41º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6A45C is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 92 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.16 |
| HSL | 35.41º | 0.6% | 0.6% | - |
| HSV(B) | 35.41º | 0.57% | 0.84% | - |
| XYZ | 42.94 | 41.62 | 15.9 | - |
| YUV | 170.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 92 | 0 | 0.23 | 0.57 | 0.16 | 35.41 | 0.6 | 0.6 |
| Hex | D6 | A4 | 5C | 0 | 17 | 39 | 10 | 23 | 3C | 3C |
| Octal | 326 | 244 | 134 | 0 | 27 | 71 | 20 | 43 | 74 | 74 |
| Binary | 11010110 | 10100100 | 1011100 | 0 | 10111 | 111001 | 10000 | 100011 | 111100 | 111100 |
Color Harmonies of #D6A45C
Complementary color
Monochromatic Colors of #D6A45C
Black with #D6A45C
Text Example
Text Example
White with #D6A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A45C; }
p { color: rgb(214,164,92); }
H1.HeaderClassName
{
color: #D6A45C;
}
.AnyTagClassName
{
color: #D6A45C;
}
</style>
background-color css
<style>
a { background-color: #D6A45C; }
a { background-color: rgb(214,164,92); }
div.DivClassName
{
background-color: #D6A45C;
}
.BgClassName
{
background-color: #D6A45C;
}
</style>
border-color css
<style>
span { border-color: #D6A45C; }
span { border-color: rgb(214,164,92); }
td.TdClassName
{
border-color: #D6A45C;
}
.TagClassName
{
border-color: #D6A45C;
}
</style>