Shades of Tacha #D5C056
Tints of Tacha #D5C056
RGB
CMYK
RGB Variations
Color information
#D5C056 (or 0xD5C056) is known color: Tacha. HEX triplet: D5, C0 and 56. RGB value is (213,192,86). Sum of RGB (Red+Green+Blue) = 213+192+86=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C056 is #2A3FA9. Grayscale: #BABABA. Windows color (decimal): -2768810 or 5685461. OLE color: 5685461.
HSL color Cylindrical-coordinate representation of color #D5C056: hue angle of 50.08º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5C056 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 86 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.16 |
| HSL | 50.08º | 0.6% | 0.59% | - |
| HSV(B) | 50.08º | 0.6% | 0.84% | - |
| XYZ | 47.97 | 52.52 | 16.41 | - |
| YUV | 186.2 | 71.46 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 86 | 0 | 0.10 | 0.60 | 0.16 | 50.08 | 0.6 | 0.59 |
| Hex | D5 | C0 | 56 | 0 | A | 3C | 10 | 32 | 3C | 3B |
| Octal | 325 | 300 | 126 | 0 | 12 | 74 | 20 | 62 | 74 | 73 |
| Binary | 11010101 | 11000000 | 1010110 | 0 | 1010 | 111100 | 10000 | 110010 | 111100 | 111011 |
Color Harmonies of #D5C056
Complementary color
Monochromatic Colors of #D5C056
Black with #D5C056
Text Example
Text Example
White with #D5C056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C056; }
p { color: rgb(213,192,86); }
H1.HeaderClassName
{
color: #D5C056;
}
.AnyTagClassName
{
color: #D5C056;
}
</style>
background-color css
<style>
a { background-color: #D5C056; }
a { background-color: rgb(213,192,86); }
div.DivClassName
{
background-color: #D5C056;
}
.BgClassName
{
background-color: #D5C056;
}
</style>
border-color css
<style>
span { border-color: #D5C056; }
span { border-color: rgb(213,192,86); }
td.TdClassName
{
border-color: #D5C056;
}
.TagClassName
{
border-color: #D5C056;
}
</style>