Shades of Tacha #DCC158
Tints of Tacha #DCC158
RGB
CMYK
RGB Variations
Color information
#DCC158 (or 0xDCC158) is known color: Tacha. HEX triplet: DC, C1 and 58. RGB value is (220,193,88). Sum of RGB (Red+Green+Blue) = 220+193+88=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC158 is #233EA7. Grayscale: #BDBDBD. Windows color (decimal): -2309800 or 5816796. OLE color: 5816796.
HSL color Cylindrical-coordinate representation of color #DCC158: hue angle of 47.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCC158 is Cyan = 0, Magento = 0.12, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 88 | - |
| CMYK | 0 | 0.12 | 0.6 | 0.14 |
| HSL | 47.73º | 0.65% | 0.6% | - |
| HSV(B) | 47.73º | 0.6% | 0.86% | - |
| XYZ | 50.35 | 54.06 | 17.01 | - |
| YUV | 189.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 88 | 0 | 0.12 | 0.6 | 0.14 | 47.73 | 0.65 | 0.6 |
| Hex | DC | C1 | 58 | 0 | C | 3C | E | 30 | 41 | 3C |
| Octal | 334 | 301 | 130 | 0 | 14 | 74 | 16 | 60 | 101 | 74 |
| Binary | 11011100 | 11000001 | 1011000 | 0 | 1100 | 111100 | 1110 | 110000 | 1000001 | 111100 |
Color Harmonies of #DCC158
Complementary color
Monochromatic Colors of #DCC158
Black with #DCC158
Text Example
Text Example
White with #DCC158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC158; }
p { color: rgb(220,193,88); }
H1.HeaderClassName
{
color: #DCC158;
}
.AnyTagClassName
{
color: #DCC158;
}
</style>
background-color css
<style>
a { background-color: #DCC158; }
a { background-color: rgb(220,193,88); }
div.DivClassName
{
background-color: #DCC158;
}
.BgClassName
{
background-color: #DCC158;
}
</style>
border-color css
<style>
span { border-color: #DCC158; }
span { border-color: rgb(220,193,88); }
td.TdClassName
{
border-color: #DCC158;
}
.TagClassName
{
border-color: #DCC158;
}
</style>