Shades of Tacha #D9C355
Tints of Tacha #D9C355
RGB
CMYK
RGB Variations
Color information
#D9C355 (or 0xD9C355) is known color: Tacha. HEX triplet: D9, C3 and 55. RGB value is (217,195,85). Sum of RGB (Red+Green+Blue) = 217+195+85=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C355 is #263CAA. Grayscale: #BDBDBD. Windows color (decimal): -2505899 or 5620697. OLE color: 5620697.
HSL color Cylindrical-coordinate representation of color #D9C355: hue angle of 50º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9C355 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 85 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.15 |
| HSL | 50º | 0.63% | 0.59% | - |
| HSV(B) | 50º | 0.61% | 0.85% | - |
| XYZ | 49.77 | 54.44 | 16.48 | - |
| YUV | 189.04 | 69.29 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 85 | 0 | 0.10 | 0.61 | 0.15 | 50 | 0.63 | 0.59 |
| Hex | D9 | C3 | 55 | 0 | A | 3D | F | 32 | 3F | 3B |
| Octal | 331 | 303 | 125 | 0 | 12 | 75 | 17 | 62 | 77 | 73 |
| Binary | 11011001 | 11000011 | 1010101 | 0 | 1010 | 111101 | 1111 | 110010 | 111111 | 111011 |
Color Harmonies of #D9C355
Complementary color
Monochromatic Colors of #D9C355
Black with #D9C355
Text Example
Text Example
White with #D9C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C355; }
p { color: rgb(217,195,85); }
H1.HeaderClassName
{
color: #D9C355;
}
.AnyTagClassName
{
color: #D9C355;
}
</style>
background-color css
<style>
a { background-color: #D9C355; }
a { background-color: rgb(217,195,85); }
div.DivClassName
{
background-color: #D9C355;
}
.BgClassName
{
background-color: #D9C355;
}
</style>
border-color css
<style>
span { border-color: #D9C355; }
span { border-color: rgb(217,195,85); }
td.TdClassName
{
border-color: #D9C355;
}
.TagClassName
{
border-color: #D9C355;
}
</style>