Shades of Tacha #DCC155
Tints of Tacha #DCC155
RGB
CMYK
RGB Variations
Color information
#DCC155 (or 0xDCC155) is known color: Tacha. HEX triplet: DC, C1 and 55. RGB value is (220,193,85). Sum of RGB (Red+Green+Blue) = 220+193+85=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC155 is #233EAA. Grayscale: #BDBDBD. Windows color (decimal): -2309803 or 5620188. OLE color: 5620188.
HSL color Cylindrical-coordinate representation of color #DCC155: hue angle of 48º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCC155 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 85 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.14 |
| HSL | 48º | 0.66% | 0.6% | - |
| HSV(B) | 48º | 0.61% | 0.86% | - |
| XYZ | 50.22 | 54.01 | 16.37 | - |
| YUV | 188.76 | 69.45 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 85 | 0 | 0.12 | 0.61 | 0.14 | 48 | 0.66 | 0.6 |
| Hex | DC | C1 | 55 | 0 | C | 3D | E | 30 | 42 | 3C |
| Octal | 334 | 301 | 125 | 0 | 14 | 75 | 16 | 60 | 102 | 74 |
| Binary | 11011100 | 11000001 | 1010101 | 0 | 1100 | 111101 | 1110 | 110000 | 1000010 | 111100 |
Color Harmonies of #DCC155
Complementary color
Monochromatic Colors of #DCC155
Black with #DCC155
Text Example
Text Example
White with #DCC155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC155; }
p { color: rgb(220,193,85); }
H1.HeaderClassName
{
color: #DCC155;
}
.AnyTagClassName
{
color: #DCC155;
}
</style>
background-color css
<style>
a { background-color: #DCC155; }
a { background-color: rgb(220,193,85); }
div.DivClassName
{
background-color: #DCC155;
}
.BgClassName
{
background-color: #DCC155;
}
</style>
border-color css
<style>
span { border-color: #DCC155; }
span { border-color: rgb(220,193,85); }
td.TdClassName
{
border-color: #DCC155;
}
.TagClassName
{
border-color: #DCC155;
}
</style>