Shades of Tacha #D5C558
Tints of Tacha #D5C558
RGB
CMYK
RGB Variations
Color information
#D5C558 (or 0xD5C558) is known color: Tacha. HEX triplet: D5, C5 and 58. RGB value is (213,197,88). Sum of RGB (Red+Green+Blue) = 213+197+88=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 88 (34.77% from 255 or 17.67% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C558 is #2A3AA7. Grayscale: #BDBDBD. Windows color (decimal): -2767528 or 5817813. OLE color: 5817813.
HSL color Cylindrical-coordinate representation of color #D5C558: hue angle of 52.32º 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 #D5C558 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 88 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.16 |
| HSL | 52.32º | 0.6% | 0.59% | - |
| HSV(B) | 52.32º | 0.59% | 0.84% | - |
| XYZ | 49.17 | 54.78 | 17.22 | - |
| YUV | 189.36 | 70.8 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 88 | 0 | 0.08 | 0.59 | 0.16 | 52.32 | 0.6 | 0.59 |
| Hex | D5 | C5 | 58 | 0 | 8 | 3B | 10 | 34 | 3C | 3B |
| Octal | 325 | 305 | 130 | 0 | 10 | 73 | 20 | 64 | 74 | 73 |
| Binary | 11010101 | 11000101 | 1011000 | 0 | 1000 | 111011 | 10000 | 110100 | 111100 | 111011 |
Color Harmonies of #D5C558
Complementary color
Monochromatic Colors of #D5C558
Black with #D5C558
Text Example
Text Example
White with #D5C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C558; }
p { color: rgb(213,197,88); }
H1.HeaderClassName
{
color: #D5C558;
}
.AnyTagClassName
{
color: #D5C558;
}
</style>
background-color css
<style>
a { background-color: #D5C558; }
a { background-color: rgb(213,197,88); }
div.DivClassName
{
background-color: #D5C558;
}
.BgClassName
{
background-color: #D5C558;
}
</style>
border-color css
<style>
span { border-color: #D5C558; }
span { border-color: rgb(213,197,88); }
td.TdClassName
{
border-color: #D5C558;
}
.TagClassName
{
border-color: #D5C558;
}
</style>