Shades of Tacha #D6C65B
Tints of Tacha #D6C65B
RGB
CMYK
RGB Variations
Color information
#D6C65B (or 0xD6C65B) is known color: Tacha. HEX triplet: D6, C6 and 5B. RGB value is (214,198,91). Sum of RGB (Red+Green+Blue) = 214+198+91=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C65B is #2939A4. Grayscale: #BFBFBF. Windows color (decimal): -2701733 or 6014678. OLE color: 6014678.
HSL color Cylindrical-coordinate representation of color #D6C65B: hue angle of 52.2º 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 #D6C65B is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 91 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.16 |
| HSL | 52.2º | 0.6% | 0.6% | - |
| HSV(B) | 52.2º | 0.57% | 0.84% | - |
| XYZ | 49.81 | 55.44 | 17.97 | - |
| YUV | 190.59 | 71.8 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 91 | 0 | 0.07 | 0.57 | 0.16 | 52.2 | 0.6 | 0.6 |
| Hex | D6 | C6 | 5B | 0 | 7 | 39 | 10 | 34 | 3C | 3C |
| Octal | 326 | 306 | 133 | 0 | 7 | 71 | 20 | 64 | 74 | 74 |
| Binary | 11010110 | 11000110 | 1011011 | 0 | 111 | 111001 | 10000 | 110100 | 111100 | 111100 |
Color Harmonies of #D6C65B
Complementary color
Monochromatic Colors of #D6C65B
Black with #D6C65B
Text Example
Text Example
White with #D6C65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C65B; }
p { color: rgb(214,198,91); }
H1.HeaderClassName
{
color: #D6C65B;
}
.AnyTagClassName
{
color: #D6C65B;
}
</style>
background-color css
<style>
a { background-color: #D6C65B; }
a { background-color: rgb(214,198,91); }
div.DivClassName
{
background-color: #D6C65B;
}
.BgClassName
{
background-color: #D6C65B;
}
</style>
border-color css
<style>
span { border-color: #D6C65B; }
span { border-color: rgb(214,198,91); }
td.TdClassName
{
border-color: #D6C65B;
}
.TagClassName
{
border-color: #D6C65B;
}
</style>