Shades of Tacha #DCC356
Tints of Tacha #DCC356
RGB
CMYK
RGB Variations
Color information
#DCC356 (or 0xDCC356) is known color: Tacha. HEX triplet: DC, C3 and 56. RGB value is (220,195,86). Sum of RGB (Red+Green+Blue) = 220+195+86=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC356 is #233CA9. Grayscale: #BEBEBE. Windows color (decimal): -2309290 or 5686236. OLE color: 5686236.
HSL color Cylindrical-coordinate representation of color #DCC356: hue angle of 48.81º 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 #DCC356 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 86 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.14 |
| HSL | 48.81º | 0.66% | 0.6% | - |
| HSV(B) | 48.81º | 0.61% | 0.86% | - |
| XYZ | 50.71 | 54.92 | 16.73 | - |
| YUV | 190.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 86 | 0 | 0.11 | 0.61 | 0.14 | 48.81 | 0.66 | 0.6 |
| Hex | DC | C3 | 56 | 0 | B | 3D | E | 31 | 42 | 3C |
| Octal | 334 | 303 | 126 | 0 | 13 | 75 | 16 | 61 | 102 | 74 |
| Binary | 11011100 | 11000011 | 1010110 | 0 | 1011 | 111101 | 1110 | 110001 | 1000010 | 111100 |
Color Harmonies of #DCC356
Complementary color
Monochromatic Colors of #DCC356
Black with #DCC356
Text Example
Text Example
White with #DCC356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC356; }
p { color: rgb(220,195,86); }
H1.HeaderClassName
{
color: #DCC356;
}
.AnyTagClassName
{
color: #DCC356;
}
</style>
background-color css
<style>
a { background-color: #DCC356; }
a { background-color: rgb(220,195,86); }
div.DivClassName
{
background-color: #DCC356;
}
.BgClassName
{
background-color: #DCC356;
}
</style>
border-color css
<style>
span { border-color: #DCC356; }
span { border-color: rgb(220,195,86); }
td.TdClassName
{
border-color: #DCC356;
}
.TagClassName
{
border-color: #DCC356;
}
</style>