Shades of Tacha #D5C758
Tints of Tacha #D5C758
RGB
CMYK
RGB Variations
Color information
#D5C758 (or 0xD5C758) is known color: Tacha. HEX triplet: D5, C7 and 58. RGB value is (213,199,88). Sum of RGB (Red+Green+Blue) = 213+199+88=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C758 is #2A38A7. Grayscale: #BEBEBE. Windows color (decimal): -2767016 or 5818325. OLE color: 5818325.
HSL color Cylindrical-coordinate representation of color #D5C758: hue angle of 53.28º 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 #D5C758 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 88 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.16 |
| HSL | 53.28º | 0.6% | 0.59% | - |
| HSV(B) | 53.28º | 0.59% | 0.84% | - |
| XYZ | 49.63 | 55.7 | 17.37 | - |
| YUV | 190.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 88 | 0 | 0.07 | 0.59 | 0.16 | 53.28 | 0.6 | 0.59 |
| Hex | D5 | C7 | 58 | 0 | 7 | 3B | 10 | 35 | 3C | 3B |
| Octal | 325 | 307 | 130 | 0 | 7 | 73 | 20 | 65 | 74 | 73 |
| Binary | 11010101 | 11000111 | 1011000 | 0 | 111 | 111011 | 10000 | 110101 | 111100 | 111011 |
Color Harmonies of #D5C758
Complementary color
Monochromatic Colors of #D5C758
Black with #D5C758
Text Example
Text Example
White with #D5C758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C758; }
p { color: rgb(213,199,88); }
H1.HeaderClassName
{
color: #D5C758;
}
.AnyTagClassName
{
color: #D5C758;
}
</style>
background-color css
<style>
a { background-color: #D5C758; }
a { background-color: rgb(213,199,88); }
div.DivClassName
{
background-color: #D5C758;
}
.BgClassName
{
background-color: #D5C758;
}
</style>
border-color css
<style>
span { border-color: #D5C758; }
span { border-color: rgb(213,199,88); }
td.TdClassName
{
border-color: #D5C758;
}
.TagClassName
{
border-color: #D5C758;
}
</style>