Shades of Tacha #D6C257
Tints of Tacha #D6C257
RGB
CMYK
RGB Variations
Color information
#D6C257 (or 0xD6C257) is known color: Tacha. HEX triplet: D6, C2 and 57. RGB value is (214,194,87). Sum of RGB (Red+Green+Blue) = 214+194+87=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 87 (34.38% from 255 or 17.58% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C257 is #293DA8. Grayscale: #BCBCBC. Windows color (decimal): -2702761 or 5751510. OLE color: 5751510.
HSL color Cylindrical-coordinate representation of color #D6C257: hue angle of 50.55º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6C257 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 87 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.16 |
| HSL | 50.55º | 0.61% | 0.59% | - |
| HSV(B) | 50.55º | 0.59% | 0.84% | - |
| XYZ | 48.74 | 53.57 | 16.79 | - |
| YUV | 187.78 | 71.13 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 87 | 0 | 0.09 | 0.59 | 0.16 | 50.55 | 0.61 | 0.59 |
| Hex | D6 | C2 | 57 | 0 | 9 | 3B | 10 | 33 | 3D | 3B |
| Octal | 326 | 302 | 127 | 0 | 11 | 73 | 20 | 63 | 75 | 73 |
| Binary | 11010110 | 11000010 | 1010111 | 0 | 1001 | 111011 | 10000 | 110011 | 111101 | 111011 |
Color Harmonies of #D6C257
Complementary color
Monochromatic Colors of #D6C257
Black with #D6C257
Text Example
Text Example
White with #D6C257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C257; }
p { color: rgb(214,194,87); }
H1.HeaderClassName
{
color: #D6C257;
}
.AnyTagClassName
{
color: #D6C257;
}
</style>
background-color css
<style>
a { background-color: #D6C257; }
a { background-color: rgb(214,194,87); }
div.DivClassName
{
background-color: #D6C257;
}
.BgClassName
{
background-color: #D6C257;
}
</style>
border-color css
<style>
span { border-color: #D6C257; }
span { border-color: rgb(214,194,87); }
td.TdClassName
{
border-color: #D6C257;
}
.TagClassName
{
border-color: #D6C257;
}
</style>