Shades of Apache #D6A25B
Tints of Apache #D6A25B
RGB
CMYK
RGB Variations
Color information
#D6A25B (or 0xD6A25B) is known color: Apache. HEX triplet: D6, A2 and 5B. RGB value is (214,162,91). Sum of RGB (Red+Green+Blue) = 214+162+91=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A25B is #295DA4. Grayscale: #A9A9A9. Windows color (decimal): -2710949 or 6005462. OLE color: 6005462.
HSL color Cylindrical-coordinate representation of color #D6A25B: hue angle of 34.63º 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 #D6A25B is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 162 | 91 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.16 |
| HSL | 34.63º | 0.6% | 0.6% | - |
| HSV(B) | 34.63º | 0.57% | 0.84% | - |
| XYZ | 42.54 | 40.89 | 15.55 | - |
| YUV | 169.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 162 | 91 | 0 | 0.24 | 0.57 | 0.16 | 34.63 | 0.6 | 0.6 |
| Hex | D6 | A2 | 5B | 0 | 18 | 39 | 10 | 23 | 3C | 3C |
| Octal | 326 | 242 | 133 | 0 | 30 | 71 | 20 | 43 | 74 | 74 |
| Binary | 11010110 | 10100010 | 1011011 | 0 | 11000 | 111001 | 10000 | 100011 | 111100 | 111100 |
Color Harmonies of #D6A25B
Complementary color
Monochromatic Colors of #D6A25B
Black with #D6A25B
Text Example
Text Example
White with #D6A25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A25B; }
p { color: rgb(214,162,91); }
H1.HeaderClassName
{
color: #D6A25B;
}
.AnyTagClassName
{
color: #D6A25B;
}
</style>
background-color css
<style>
a { background-color: #D6A25B; }
a { background-color: rgb(214,162,91); }
div.DivClassName
{
background-color: #D6A25B;
}
.BgClassName
{
background-color: #D6A25B;
}
</style>
border-color css
<style>
span { border-color: #D6A25B; }
span { border-color: rgb(214,162,91); }
td.TdClassName
{
border-color: #D6A25B;
}
.TagClassName
{
border-color: #D6A25B;
}
</style>