Shades of Tacha #D5C657
Tints of Tacha #D5C657
RGB
CMYK
RGB Variations
Color information
#D5C657 (or 0xD5C657) is known color: Tacha. HEX triplet: D5, C6 and 57. RGB value is (213,198,87). Sum of RGB (Red+Green+Blue) = 213+198+87=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C657 is #2A39A8. Grayscale: #BEBEBE. Windows color (decimal): -2767273 or 5752533. OLE color: 5752533.
HSL color Cylindrical-coordinate representation of color #D5C657: hue angle of 52.86º degrees, saturation: 0.6, 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 #D5C657 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 87 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.16 |
| HSL | 52.86º | 0.6% | 0.59% | - |
| HSV(B) | 52.86º | 0.59% | 0.84% | - |
| XYZ | 49.35 | 55.22 | 17.07 | - |
| YUV | 189.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 87 | 0 | 0.07 | 0.59 | 0.16 | 52.86 | 0.6 | 0.59 |
| Hex | D5 | C6 | 57 | 0 | 7 | 3B | 10 | 35 | 3C | 3B |
| Octal | 325 | 306 | 127 | 0 | 7 | 73 | 20 | 65 | 74 | 73 |
| Binary | 11010101 | 11000110 | 1010111 | 0 | 111 | 111011 | 10000 | 110101 | 111100 | 111011 |
Color Harmonies of #D5C657
Complementary color
Monochromatic Colors of #D5C657
Black with #D5C657
Text Example
Text Example
White with #D5C657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C657; }
p { color: rgb(213,198,87); }
H1.HeaderClassName
{
color: #D5C657;
}
.AnyTagClassName
{
color: #D5C657;
}
</style>
background-color css
<style>
a { background-color: #D5C657; }
a { background-color: rgb(213,198,87); }
div.DivClassName
{
background-color: #D5C657;
}
.BgClassName
{
background-color: #D5C657;
}
</style>
border-color css
<style>
span { border-color: #D5C657; }
span { border-color: rgb(213,198,87); }
td.TdClassName
{
border-color: #D5C657;
}
.TagClassName
{
border-color: #D5C657;
}
</style>