Shades of Tacha #DCC162
Tints of Tacha #DCC162
RGB
CMYK
RGB Variations
Color information
#DCC162 (or 0xDCC162) is known color: Tacha. HEX triplet: DC, C1 and 62. RGB value is (220,193,98). Sum of RGB (Red+Green+Blue) = 220+193+98=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC162 is #233E9D. Grayscale: #BEBEBE. Windows color (decimal): -2309790 or 6472156. OLE color: 6472156.
HSL color Cylindrical-coordinate representation of color #DCC162: hue angle of 46.72º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCC162 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 98 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.14 |
| HSL | 46.72º | 0.64% | 0.62% | - |
| HSV(B) | 46.72º | 0.55% | 0.86% | - |
| XYZ | 50.79 | 54.24 | 19.35 | - |
| YUV | 190.24 | 75.95 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 98 | 0 | 0.12 | 0.55 | 0.14 | 46.72 | 0.64 | 0.62 |
| Hex | DC | C1 | 62 | 0 | C | 37 | E | 2F | 40 | 3E |
| Octal | 334 | 301 | 142 | 0 | 14 | 67 | 16 | 57 | 100 | 76 |
| Binary | 11011100 | 11000001 | 1100010 | 0 | 1100 | 110111 | 1110 | 101111 | 1000000 | 111110 |
Color Harmonies of #DCC162
Complementary color
Monochromatic Colors of #DCC162
Black with #DCC162
Text Example
Text Example
White with #DCC162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC162; }
p { color: rgb(220,193,98); }
H1.HeaderClassName
{
color: #DCC162;
}
.AnyTagClassName
{
color: #DCC162;
}
</style>
background-color css
<style>
a { background-color: #DCC162; }
a { background-color: rgb(220,193,98); }
div.DivClassName
{
background-color: #DCC162;
}
.BgClassName
{
background-color: #DCC162;
}
</style>
border-color css
<style>
span { border-color: #DCC162; }
span { border-color: rgb(220,193,98); }
td.TdClassName
{
border-color: #DCC162;
}
.TagClassName
{
border-color: #DCC162;
}
</style>