Shades of Tacha #D6C05E
Tints of Tacha #D6C05E
RGB
CMYK
RGB Variations
Color information
#D6C05E (or 0xD6C05E) is known color: Tacha. HEX triplet: D6, C0 and 5E. RGB value is (214,192,94). Sum of RGB (Red+Green+Blue) = 214+192+94=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C05E is #293FA1. Grayscale: #BBBBBB. Windows color (decimal): -2703266 or 6209750. OLE color: 6209750.
HSL color Cylindrical-coordinate representation of color #D6C05E: hue angle of 49º 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 #D6C05E is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 94 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.16 |
| HSL | 49º | 0.59% | 0.6% | - |
| HSV(B) | 49º | 0.56% | 0.84% | - |
| XYZ | 48.6 | 52.8 | 18.22 | - |
| YUV | 187.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 94 | 0 | 0.10 | 0.56 | 0.16 | 49 | 0.59 | 0.6 |
| Hex | D6 | C0 | 5E | 0 | A | 38 | 10 | 31 | 3B | 3C |
| Octal | 326 | 300 | 136 | 0 | 12 | 70 | 20 | 61 | 73 | 74 |
| Binary | 11010110 | 11000000 | 1011110 | 0 | 1010 | 111000 | 10000 | 110001 | 111011 | 111100 |
Color Harmonies of #D6C05E
Complementary color
Monochromatic Colors of #D6C05E
Black with #D6C05E
Text Example
Text Example
White with #D6C05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C05E; }
p { color: rgb(214,192,94); }
H1.HeaderClassName
{
color: #D6C05E;
}
.AnyTagClassName
{
color: #D6C05E;
}
</style>
background-color css
<style>
a { background-color: #D6C05E; }
a { background-color: rgb(214,192,94); }
div.DivClassName
{
background-color: #D6C05E;
}
.BgClassName
{
background-color: #D6C05E;
}
</style>
border-color css
<style>
span { border-color: #D6C05E; }
span { border-color: rgb(214,192,94); }
td.TdClassName
{
border-color: #D6C05E;
}
.TagClassName
{
border-color: #D6C05E;
}
</style>