Shades of Tacha #DCBC61
Tints of Tacha #DCBC61
RGB
CMYK
RGB Variations
Color information
#DCBC61 (or 0xDCBC61) is known color: Tacha. HEX triplet: DC, BC and 61. RGB value is (220,188,97). Sum of RGB (Red+Green+Blue) = 220+188+97=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC61 is #23439E. Grayscale: #BBBBBB. Windows color (decimal): -2311071 or 6405340. OLE color: 6405340.
HSL color Cylindrical-coordinate representation of color #DCBC61: hue angle of 44.39º 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 #DCBC61 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 97 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.14 |
| HSL | 44.39º | 0.64% | 0.62% | - |
| HSV(B) | 44.39º | 0.56% | 0.86% | - |
| XYZ | 49.66 | 52.05 | 18.74 | - |
| YUV | 187.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 97 | 0 | 0.15 | 0.56 | 0.14 | 44.39 | 0.64 | 0.62 |
| Hex | DC | BC | 61 | 0 | F | 38 | E | 2C | 40 | 3E |
| Octal | 334 | 274 | 141 | 0 | 17 | 70 | 16 | 54 | 100 | 76 |
| Binary | 11011100 | 10111100 | 1100001 | 0 | 1111 | 111000 | 1110 | 101100 | 1000000 | 111110 |
Color Harmonies of #DCBC61
Complementary color
Monochromatic Colors of #DCBC61
Black with #DCBC61
Text Example
Text Example
White with #DCBC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC61; }
p { color: rgb(220,188,97); }
H1.HeaderClassName
{
color: #DCBC61;
}
.AnyTagClassName
{
color: #DCBC61;
}
</style>
background-color css
<style>
a { background-color: #DCBC61; }
a { background-color: rgb(220,188,97); }
div.DivClassName
{
background-color: #DCBC61;
}
.BgClassName
{
background-color: #DCBC61;
}
</style>
border-color css
<style>
span { border-color: #DCBC61; }
span { border-color: rgb(220,188,97); }
td.TdClassName
{
border-color: #DCBC61;
}
.TagClassName
{
border-color: #DCBC61;
}
</style>