Shades of Tacha #D6C85E
Tints of Tacha #D6C85E
RGB
CMYK
RGB Variations
Color information
#D6C85E (or 0xD6C85E) is known color: Tacha. HEX triplet: D6, C8 and 5E. RGB value is (214,200,94). Sum of RGB (Red+Green+Blue) = 214+200+94=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C85E is #2937A1. Grayscale: #C0C0C0. Windows color (decimal): -2701218 or 6211798. OLE color: 6211798.
HSL color Cylindrical-coordinate representation of color #D6C85E: hue angle of 53º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6C85E is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 94 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.16 |
| HSL | 53º | 0.59% | 0.6% | - |
| HSV(B) | 53º | 0.56% | 0.84% | - |
| XYZ | 50.41 | 56.41 | 18.82 | - |
| YUV | 192.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 94 | 0 | 0.07 | 0.56 | 0.16 | 53 | 0.59 | 0.6 |
| Hex | D6 | C8 | 5E | 0 | 7 | 38 | 10 | 35 | 3B | 3C |
| Octal | 326 | 310 | 136 | 0 | 7 | 70 | 20 | 65 | 73 | 74 |
| Binary | 11010110 | 11001000 | 1011110 | 0 | 111 | 111000 | 10000 | 110101 | 111011 | 111100 |
Color Harmonies of #D6C85E
Complementary color
Monochromatic Colors of #D6C85E
Black with #D6C85E
Text Example
Text Example
White with #D6C85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C85E; }
p { color: rgb(214,200,94); }
H1.HeaderClassName
{
color: #D6C85E;
}
.AnyTagClassName
{
color: #D6C85E;
}
</style>
background-color css
<style>
a { background-color: #D6C85E; }
a { background-color: rgb(214,200,94); }
div.DivClassName
{
background-color: #D6C85E;
}
.BgClassName
{
background-color: #D6C85E;
}
</style>
border-color css
<style>
span { border-color: #D6C85E; }
span { border-color: rgb(214,200,94); }
td.TdClassName
{
border-color: #D6C85E;
}
.TagClassName
{
border-color: #D6C85E;
}
</style>