Shades of Apache #D6A65B
Tints of Apache #D6A65B
RGB
CMYK
RGB Variations
Color information
#D6A65B (or 0xD6A65B) is known color: Apache. HEX triplet: D6, A6 and 5B. RGB value is (214,166,91). Sum of RGB (Red+Green+Blue) = 214+166+91=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A65B is #2959A4. Grayscale: #ACACAC. Windows color (decimal): -2709925 or 6006486. OLE color: 6006486.
HSL color Cylindrical-coordinate representation of color #D6A65B: hue angle of 36.59º 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 #D6A65B is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 91 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.16 |
| HSL | 36.59º | 0.6% | 0.6% | - |
| HSV(B) | 36.59º | 0.57% | 0.84% | - |
| XYZ | 43.26 | 42.32 | 15.79 | - |
| YUV | 171.8 | 82.4 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 91 | 0 | 0.22 | 0.57 | 0.16 | 36.59 | 0.6 | 0.6 |
| Hex | D6 | A6 | 5B | 0 | 16 | 39 | 10 | 25 | 3C | 3C |
| Octal | 326 | 246 | 133 | 0 | 26 | 71 | 20 | 45 | 74 | 74 |
| Binary | 11010110 | 10100110 | 1011011 | 0 | 10110 | 111001 | 10000 | 100101 | 111100 | 111100 |
Color Harmonies of #D6A65B
Complementary color
Monochromatic Colors of #D6A65B
Black with #D6A65B
Text Example
Text Example
White with #D6A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A65B; }
p { color: rgb(214,166,91); }
H1.HeaderClassName
{
color: #D6A65B;
}
.AnyTagClassName
{
color: #D6A65B;
}
</style>
background-color css
<style>
a { background-color: #D6A65B; }
a { background-color: rgb(214,166,91); }
div.DivClassName
{
background-color: #D6A65B;
}
.BgClassName
{
background-color: #D6A65B;
}
</style>
border-color css
<style>
span { border-color: #D6A65B; }
span { border-color: rgb(214,166,91); }
td.TdClassName
{
border-color: #D6A65B;
}
.TagClassName
{
border-color: #D6A65B;
}
</style>