Shades of Tacha #D5C355
Tints of Tacha #D5C355
RGB
CMYK
RGB Variations
Color information
#D5C355 (or 0xD5C355) is known color: Tacha. HEX triplet: D5, C3 and 55. RGB value is (213,195,85). Sum of RGB (Red+Green+Blue) = 213+195+85=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C355 is #2A3CAA. Grayscale: #BCBCBC. Windows color (decimal): -2768043 or 5620693. OLE color: 5620693.
HSL color Cylindrical-coordinate representation of color #D5C355: hue angle of 51.56º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5C355 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 85 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.16 |
| HSL | 51.56º | 0.6% | 0.58% | - |
| HSV(B) | 51.56º | 0.6% | 0.84% | - |
| XYZ | 48.6 | 53.83 | 16.42 | - |
| YUV | 187.84 | 69.96 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 85 | 0 | 0.08 | 0.60 | 0.16 | 51.56 | 0.6 | 0.58 |
| Hex | D5 | C3 | 55 | 0 | 8 | 3C | 10 | 34 | 3C | 3A |
| Octal | 325 | 303 | 125 | 0 | 10 | 74 | 20 | 64 | 74 | 72 |
| Binary | 11010101 | 11000011 | 1010101 | 0 | 1000 | 111100 | 10000 | 110100 | 111100 | 111010 |
Color Harmonies of #D5C355
Complementary color
Monochromatic Colors of #D5C355
Black with #D5C355
Text Example
Text Example
White with #D5C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C355; }
p { color: rgb(213,195,85); }
H1.HeaderClassName
{
color: #D5C355;
}
.AnyTagClassName
{
color: #D5C355;
}
</style>
background-color css
<style>
a { background-color: #D5C355; }
a { background-color: rgb(213,195,85); }
div.DivClassName
{
background-color: #D5C355;
}
.BgClassName
{
background-color: #D5C355;
}
</style>
border-color css
<style>
span { border-color: #D5C355; }
span { border-color: rgb(213,195,85); }
td.TdClassName
{
border-color: #D5C355;
}
.TagClassName
{
border-color: #D5C355;
}
</style>