Shades of Tacha #DCBC60
Tints of Tacha #DCBC60
RGB
CMYK
RGB Variations
Color information
#DCBC60 (or 0xDCBC60) is known color: Tacha. HEX triplet: DC, BC and 60. RGB value is (220,188,96). Sum of RGB (Red+Green+Blue) = 220+188+96=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC60 is #23439F. Grayscale: #BBBBBB. Windows color (decimal): -2311072 or 6339804. OLE color: 6339804.
HSL color Cylindrical-coordinate representation of color #DCBC60: hue angle of 44.52º 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 #DCBC60 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 96 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.14 |
| HSL | 44.52º | 0.64% | 0.62% | - |
| HSV(B) | 44.52º | 0.56% | 0.86% | - |
| XYZ | 49.61 | 52.03 | 18.49 | - |
| YUV | 187.08 | 76.6 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 96 | 0 | 0.15 | 0.56 | 0.14 | 44.52 | 0.64 | 0.62 |
| Hex | DC | BC | 60 | 0 | F | 38 | E | 2D | 40 | 3E |
| Octal | 334 | 274 | 140 | 0 | 17 | 70 | 16 | 55 | 100 | 76 |
| Binary | 11011100 | 10111100 | 1100000 | 0 | 1111 | 111000 | 1110 | 101101 | 1000000 | 111110 |
Color Harmonies of #DCBC60
Complementary color
Monochromatic Colors of #DCBC60
Black with #DCBC60
Text Example
Text Example
White with #DCBC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC60; }
p { color: rgb(220,188,96); }
H1.HeaderClassName
{
color: #DCBC60;
}
.AnyTagClassName
{
color: #DCBC60;
}
</style>
background-color css
<style>
a { background-color: #DCBC60; }
a { background-color: rgb(220,188,96); }
div.DivClassName
{
background-color: #DCBC60;
}
.BgClassName
{
background-color: #DCBC60;
}
</style>
border-color css
<style>
span { border-color: #DCBC60; }
span { border-color: rgb(220,188,96); }
td.TdClassName
{
border-color: #DCBC60;
}
.TagClassName
{
border-color: #DCBC60;
}
</style>