Shades of Tacha #D6C95B
Tints of Tacha #D6C95B
RGB
CMYK
RGB Variations
Color information
#D6C95B (or 0xD6C95B) is known color: Tacha. HEX triplet: D6, C9 and 5B. RGB value is (214,201,91). Sum of RGB (Red+Green+Blue) = 214+201+91=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C95B is #2936A4. Grayscale: #C0C0C0. Windows color (decimal): -2700965 or 6015446. OLE color: 6015446.
HSL color Cylindrical-coordinate representation of color #D6C95B: hue angle of 53.66º 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 #D6C95B is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 91 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.16 |
| HSL | 53.66º | 0.6% | 0.6% | - |
| HSV(B) | 53.66º | 0.57% | 0.84% | - |
| XYZ | 50.51 | 56.82 | 18.2 | - |
| YUV | 192.35 | 70.81 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 91 | 0 | 0.06 | 0.57 | 0.16 | 53.66 | 0.6 | 0.6 |
| Hex | D6 | C9 | 5B | 0 | 6 | 39 | 10 | 36 | 3C | 3C |
| Octal | 326 | 311 | 133 | 0 | 6 | 71 | 20 | 66 | 74 | 74 |
| Binary | 11010110 | 11001001 | 1011011 | 0 | 110 | 111001 | 10000 | 110110 | 111100 | 111100 |
Color Harmonies of #D6C95B
Complementary color
Monochromatic Colors of #D6C95B
Black with #D6C95B
Text Example
Text Example
White with #D6C95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C95B; }
p { color: rgb(214,201,91); }
H1.HeaderClassName
{
color: #D6C95B;
}
.AnyTagClassName
{
color: #D6C95B;
}
</style>
background-color css
<style>
a { background-color: #D6C95B; }
a { background-color: rgb(214,201,91); }
div.DivClassName
{
background-color: #D6C95B;
}
.BgClassName
{
background-color: #D6C95B;
}
</style>
border-color css
<style>
span { border-color: #D6C95B; }
span { border-color: rgb(214,201,91); }
td.TdClassName
{
border-color: #D6C95B;
}
.TagClassName
{
border-color: #D6C95B;
}
</style>