Shades of Tacha #D6C95C
Tints of Tacha #D6C95C
RGB
CMYK
RGB Variations
Color information
#D6C95C (or 0xD6C95C) is known color: Tacha. HEX triplet: D6, C9 and 5C. RGB value is (214,201,92). Sum of RGB (Red+Green+Blue) = 214+201+92=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C95C is #2936A3. Grayscale: #C0C0C0. Windows color (decimal): -2700964 or 6080982. OLE color: 6080982.
HSL color Cylindrical-coordinate representation of color #D6C95C: hue angle of 53.61º 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 #D6C95C is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 92 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.16 |
| HSL | 53.61º | 0.6% | 0.6% | - |
| HSV(B) | 53.61º | 0.57% | 0.84% | - |
| XYZ | 50.55 | 56.84 | 18.43 | - |
| YUV | 192.46 | 71.31 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 92 | 0 | 0.06 | 0.57 | 0.16 | 53.61 | 0.6 | 0.6 |
| Hex | D6 | C9 | 5C | 0 | 6 | 39 | 10 | 36 | 3C | 3C |
| Octal | 326 | 311 | 134 | 0 | 6 | 71 | 20 | 66 | 74 | 74 |
| Binary | 11010110 | 11001001 | 1011100 | 0 | 110 | 111001 | 10000 | 110110 | 111100 | 111100 |
Color Harmonies of #D6C95C
Complementary color
Monochromatic Colors of #D6C95C
Black with #D6C95C
Text Example
Text Example
White with #D6C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C95C; }
p { color: rgb(214,201,92); }
H1.HeaderClassName
{
color: #D6C95C;
}
.AnyTagClassName
{
color: #D6C95C;
}
</style>
background-color css
<style>
a { background-color: #D6C95C; }
a { background-color: rgb(214,201,92); }
div.DivClassName
{
background-color: #D6C95C;
}
.BgClassName
{
background-color: #D6C95C;
}
</style>
border-color css
<style>
span { border-color: #D6C95C; }
span { border-color: rgb(214,201,92); }
td.TdClassName
{
border-color: #D6C95C;
}
.TagClassName
{
border-color: #D6C95C;
}
</style>