Shades of Tacha #D5C55B
Tints of Tacha #D5C55B
RGB
CMYK
RGB Variations
Color information
#D5C55B (or 0xD5C55B) is known color: Tacha. HEX triplet: D5, C5 and 5B. RGB value is (213,197,91). Sum of RGB (Red+Green+Blue) = 213+197+91=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C55B is #2A3AA4. Grayscale: #BEBEBE. Windows color (decimal): -2767525 or 6014421. OLE color: 6014421.
HSL color Cylindrical-coordinate representation of color #D5C55B: hue angle of 52.13º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5C55B is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 91 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.16 |
| HSL | 52.13º | 0.59% | 0.6% | - |
| HSV(B) | 52.13º | 0.57% | 0.84% | - |
| XYZ | 49.3 | 54.83 | 17.88 | - |
| YUV | 189.7 | 72.3 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 91 | 0 | 0.08 | 0.57 | 0.16 | 52.13 | 0.59 | 0.6 |
| Hex | D5 | C5 | 5B | 0 | 8 | 39 | 10 | 34 | 3B | 3C |
| Octal | 325 | 305 | 133 | 0 | 10 | 71 | 20 | 64 | 73 | 74 |
| Binary | 11010101 | 11000101 | 1011011 | 0 | 1000 | 111001 | 10000 | 110100 | 111011 | 111100 |
Color Harmonies of #D5C55B
Complementary color
Monochromatic Colors of #D5C55B
Black with #D5C55B
Text Example
Text Example
White with #D5C55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C55B; }
p { color: rgb(213,197,91); }
H1.HeaderClassName
{
color: #D5C55B;
}
.AnyTagClassName
{
color: #D5C55B;
}
</style>
background-color css
<style>
a { background-color: #D5C55B; }
a { background-color: rgb(213,197,91); }
div.DivClassName
{
background-color: #D5C55B;
}
.BgClassName
{
background-color: #D5C55B;
}
</style>
border-color css
<style>
span { border-color: #D5C55B; }
span { border-color: rgb(213,197,91); }
td.TdClassName
{
border-color: #D5C55B;
}
.TagClassName
{
border-color: #D5C55B;
}
</style>