Shades of Tacha #D4C355
Tints of Tacha #D4C355
RGB
CMYK
RGB Variations
Color information
#D4C355 (or 0xD4C355) is known color: Tacha. HEX triplet: D4, C3 and 55. RGB value is (212,195,85). Sum of RGB (Red+Green+Blue) = 212+195+85=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C355 is #2B3CAA. Grayscale: #BBBBBB. Windows color (decimal): -2833579 or 5620692. OLE color: 5620692.
HSL color Cylindrical-coordinate representation of color #D4C355: hue angle of 51.97º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4C355 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 195 | 85 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.17 |
| HSL | 51.97º | 0.6% | 0.58% | - |
| HSV(B) | 51.97º | 0.6% | 0.83% | - |
| XYZ | 48.31 | 53.68 | 16.41 | - |
| YUV | 187.54 | 70.13 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 195 | 85 | 0 | 0.08 | 0.60 | 0.17 | 51.97 | 0.6 | 0.58 |
| Hex | D4 | C3 | 55 | 0 | 8 | 3C | 11 | 34 | 3C | 3A |
| Octal | 324 | 303 | 125 | 0 | 10 | 74 | 21 | 64 | 74 | 72 |
| Binary | 11010100 | 11000011 | 1010101 | 0 | 1000 | 111100 | 10001 | 110100 | 111100 | 111010 |
Color Harmonies of #D4C355
Complementary color
Monochromatic Colors of #D4C355
Black with #D4C355
Text Example
Text Example
White with #D4C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C355; }
p { color: rgb(212,195,85); }
H1.HeaderClassName
{
color: #D4C355;
}
.AnyTagClassName
{
color: #D4C355;
}
</style>
background-color css
<style>
a { background-color: #D4C355; }
a { background-color: rgb(212,195,85); }
div.DivClassName
{
background-color: #D4C355;
}
.BgClassName
{
background-color: #D4C355;
}
</style>
border-color css
<style>
span { border-color: #D4C355; }
span { border-color: rgb(212,195,85); }
td.TdClassName
{
border-color: #D4C355;
}
.TagClassName
{
border-color: #D4C355;
}
</style>