Shades of Tacha #D5C458
Tints of Tacha #D5C458
RGB
CMYK
RGB Variations
Color information
#D5C458 (or 0xD5C458) is known color: Tacha. HEX triplet: D5, C4 and 58. RGB value is (213,196,88). Sum of RGB (Red+Green+Blue) = 213+196+88=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C458 is #2A3BA7. Grayscale: #BDBDBD. Windows color (decimal): -2767784 or 5817557. OLE color: 5817557.
HSL color Cylindrical-coordinate representation of color #D5C458: hue angle of 51.84º 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 #D5C458 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 196 | 88 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.16 |
| HSL | 51.84º | 0.6% | 0.59% | - |
| HSV(B) | 51.84º | 0.59% | 0.84% | - |
| XYZ | 48.94 | 54.33 | 17.14 | - |
| YUV | 188.77 | 71.13 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 196 | 88 | 0 | 0.08 | 0.59 | 0.16 | 51.84 | 0.6 | 0.59 |
| Hex | D5 | C4 | 58 | 0 | 8 | 3B | 10 | 34 | 3C | 3B |
| Octal | 325 | 304 | 130 | 0 | 10 | 73 | 20 | 64 | 74 | 73 |
| Binary | 11010101 | 11000100 | 1011000 | 0 | 1000 | 111011 | 10000 | 110100 | 111100 | 111011 |
Color Harmonies of #D5C458
Complementary color
Monochromatic Colors of #D5C458
Black with #D5C458
Text Example
Text Example
White with #D5C458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C458; }
p { color: rgb(213,196,88); }
H1.HeaderClassName
{
color: #D5C458;
}
.AnyTagClassName
{
color: #D5C458;
}
</style>
background-color css
<style>
a { background-color: #D5C458; }
a { background-color: rgb(213,196,88); }
div.DivClassName
{
background-color: #D5C458;
}
.BgClassName
{
background-color: #D5C458;
}
</style>
border-color css
<style>
span { border-color: #D5C458; }
span { border-color: rgb(213,196,88); }
td.TdClassName
{
border-color: #D5C458;
}
.TagClassName
{
border-color: #D5C458;
}
</style>