Shades of Tacha #DCC360
Tints of Tacha #DCC360
RGB
CMYK
RGB Variations
Color information
#DCC360 (or 0xDCC360) is known color: Tacha. HEX triplet: DC, C3 and 60. RGB value is (220,195,96). Sum of RGB (Red+Green+Blue) = 220+195+96=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC360 is #233C9F. Grayscale: #BFBFBF. Windows color (decimal): -2309280 or 6341596. OLE color: 6341596.
HSL color Cylindrical-coordinate representation of color #DCC360: hue angle of 47.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCC360 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 96 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.14 |
| HSL | 47.9º | 0.64% | 0.62% | - |
| HSV(B) | 47.9º | 0.56% | 0.86% | - |
| XYZ | 51.14 | 55.09 | 19 | - |
| YUV | 191.19 | 74.28 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 96 | 0 | 0.11 | 0.56 | 0.14 | 47.9 | 0.64 | 0.62 |
| Hex | DC | C3 | 60 | 0 | B | 38 | E | 30 | 40 | 3E |
| Octal | 334 | 303 | 140 | 0 | 13 | 70 | 16 | 60 | 100 | 76 |
| Binary | 11011100 | 11000011 | 1100000 | 0 | 1011 | 111000 | 1110 | 110000 | 1000000 | 111110 |
Color Harmonies of #DCC360
Complementary color
Monochromatic Colors of #DCC360
Black with #DCC360
Text Example
Text Example
White with #DCC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC360; }
p { color: rgb(220,195,96); }
H1.HeaderClassName
{
color: #DCC360;
}
.AnyTagClassName
{
color: #DCC360;
}
</style>
background-color css
<style>
a { background-color: #DCC360; }
a { background-color: rgb(220,195,96); }
div.DivClassName
{
background-color: #DCC360;
}
.BgClassName
{
background-color: #DCC360;
}
</style>
border-color css
<style>
span { border-color: #DCC360; }
span { border-color: rgb(220,195,96); }
td.TdClassName
{
border-color: #DCC360;
}
.TagClassName
{
border-color: #DCC360;
}
</style>