Shades of Tacha #D8C357
Tints of Tacha #D8C357
RGB
CMYK
RGB Variations
Color information
#D8C357 (or 0xD8C357) is known color: Tacha. HEX triplet: D8, C3 and 57. RGB value is (216,195,87). Sum of RGB (Red+Green+Blue) = 216+195+87=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C357 is #273CA8. Grayscale: #BDBDBD. Windows color (decimal): -2571433 or 5751768. OLE color: 5751768.
HSL color Cylindrical-coordinate representation of color #D8C357: hue angle of 50.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8C357 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 195 | 87 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.15 |
| HSL | 50.23º | 0.62% | 0.59% | - |
| HSV(B) | 50.23º | 0.6% | 0.85% | - |
| XYZ | 49.55 | 54.32 | 16.89 | - |
| YUV | 188.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 195 | 87 | 0 | 0.10 | 0.60 | 0.15 | 50.23 | 0.62 | 0.59 |
| Hex | D8 | C3 | 57 | 0 | A | 3C | F | 32 | 3E | 3B |
| Octal | 330 | 303 | 127 | 0 | 12 | 74 | 17 | 62 | 76 | 73 |
| Binary | 11011000 | 11000011 | 1010111 | 0 | 1010 | 111100 | 1111 | 110010 | 111110 | 111011 |
Color Harmonies of #D8C357
Complementary color
Monochromatic Colors of #D8C357
Black with #D8C357
Text Example
Text Example
White with #D8C357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C357; }
p { color: rgb(216,195,87); }
H1.HeaderClassName
{
color: #D8C357;
}
.AnyTagClassName
{
color: #D8C357;
}
</style>
background-color css
<style>
a { background-color: #D8C357; }
a { background-color: rgb(216,195,87); }
div.DivClassName
{
background-color: #D8C357;
}
.BgClassName
{
background-color: #D8C357;
}
</style>
border-color css
<style>
span { border-color: #D8C357; }
span { border-color: rgb(216,195,87); }
td.TdClassName
{
border-color: #D8C357;
}
.TagClassName
{
border-color: #D8C357;
}
</style>