Shades of Tacha #DCC257
Tints of Tacha #DCC257
RGB
CMYK
RGB Variations
Color information
#DCC257 (or 0xDCC257) is known color: Tacha. HEX triplet: DC, C2 and 57. RGB value is (220,194,87). Sum of RGB (Red+Green+Blue) = 220+194+87=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 87 (34.38% from 255 or 17.37% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC257 is #233DA8. Grayscale: #BEBEBE. Windows color (decimal): -2309545 or 5751516. OLE color: 5751516.
HSL color Cylindrical-coordinate representation of color #DCC257: hue angle of 48.27º degrees, saturation: 0.66, 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 #DCC257 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 87 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.14 |
| HSL | 48.27º | 0.66% | 0.6% | - |
| HSV(B) | 48.27º | 0.6% | 0.86% | - |
| XYZ | 50.53 | 54.49 | 16.87 | - |
| YUV | 189.58 | 70.11 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 87 | 0 | 0.12 | 0.60 | 0.14 | 48.27 | 0.66 | 0.6 |
| Hex | DC | C2 | 57 | 0 | C | 3C | E | 30 | 42 | 3C |
| Octal | 334 | 302 | 127 | 0 | 14 | 74 | 16 | 60 | 102 | 74 |
| Binary | 11011100 | 11000010 | 1010111 | 0 | 1100 | 111100 | 1110 | 110000 | 1000010 | 111100 |
Color Harmonies of #DCC257
Complementary color
Monochromatic Colors of #DCC257
Black with #DCC257
Text Example
Text Example
White with #DCC257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC257; }
p { color: rgb(220,194,87); }
H1.HeaderClassName
{
color: #DCC257;
}
.AnyTagClassName
{
color: #DCC257;
}
</style>
background-color css
<style>
a { background-color: #DCC257; }
a { background-color: rgb(220,194,87); }
div.DivClassName
{
background-color: #DCC257;
}
.BgClassName
{
background-color: #DCC257;
}
</style>
border-color css
<style>
span { border-color: #DCC257; }
span { border-color: rgb(220,194,87); }
td.TdClassName
{
border-color: #DCC257;
}
.TagClassName
{
border-color: #DCC257;
}
</style>