Shades of Tacha #D5C256
Tints of Tacha #D5C256
RGB
CMYK
RGB Variations
Color information
#D5C256 (or 0xD5C256) is known color: Tacha. HEX triplet: D5, C2 and 56. RGB value is (213,194,86). Sum of RGB (Red+Green+Blue) = 213+194+86=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 86 (33.98% from 255 or 17.44% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C256 is #2A3DA9. Grayscale: #BBBBBB. Windows color (decimal): -2768298 or 5685973. OLE color: 5685973.
HSL color Cylindrical-coordinate representation of color #D5C256: hue angle of 51.02º 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 #D5C256 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 86 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.16 |
| HSL | 51.02º | 0.6% | 0.59% | - |
| HSV(B) | 51.02º | 0.6% | 0.84% | - |
| XYZ | 48.41 | 53.4 | 16.56 | - |
| YUV | 187.37 | 70.79 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 86 | 0 | 0.09 | 0.60 | 0.16 | 51.02 | 0.6 | 0.59 |
| Hex | D5 | C2 | 56 | 0 | 9 | 3C | 10 | 33 | 3C | 3B |
| Octal | 325 | 302 | 126 | 0 | 11 | 74 | 20 | 63 | 74 | 73 |
| Binary | 11010101 | 11000010 | 1010110 | 0 | 1001 | 111100 | 10000 | 110011 | 111100 | 111011 |
Color Harmonies of #D5C256
Complementary color
Monochromatic Colors of #D5C256
Black with #D5C256
Text Example
Text Example
White with #D5C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C256; }
p { color: rgb(213,194,86); }
H1.HeaderClassName
{
color: #D5C256;
}
.AnyTagClassName
{
color: #D5C256;
}
</style>
background-color css
<style>
a { background-color: #D5C256; }
a { background-color: rgb(213,194,86); }
div.DivClassName
{
background-color: #D5C256;
}
.BgClassName
{
background-color: #D5C256;
}
</style>
border-color css
<style>
span { border-color: #D5C256; }
span { border-color: rgb(213,194,86); }
td.TdClassName
{
border-color: #D5C256;
}
.TagClassName
{
border-color: #D5C256;
}
</style>