Shades of Tacha #DCBC59
Tints of Tacha #DCBC59
RGB
CMYK
RGB Variations
Color information
#DCBC59 (or 0xDCBC59) is known color: Tacha. HEX triplet: DC, BC and 59. RGB value is (220,188,89). Sum of RGB (Red+Green+Blue) = 220+188+89=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 89 (35.16% from 255 or 17.91% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC59 is #2343A6. Grayscale: #BABABA. Windows color (decimal): -2311079 or 5881052. OLE color: 5881052.
HSL color Cylindrical-coordinate representation of color #DCBC59: hue angle of 45.34º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCBC59 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 89 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.14 |
| HSL | 45.34º | 0.65% | 0.61% | - |
| HSV(B) | 45.34º | 0.6% | 0.86% | - |
| XYZ | 49.3 | 51.9 | 16.87 | - |
| YUV | 186.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 89 | 0 | 0.15 | 0.60 | 0.14 | 45.34 | 0.65 | 0.61 |
| Hex | DC | BC | 59 | 0 | F | 3C | E | 2D | 41 | 3D |
| Octal | 334 | 274 | 131 | 0 | 17 | 74 | 16 | 55 | 101 | 75 |
| Binary | 11011100 | 10111100 | 1011001 | 0 | 1111 | 111100 | 1110 | 101101 | 1000001 | 111101 |
Color Harmonies of #DCBC59
Complementary color
Monochromatic Colors of #DCBC59
Black with #DCBC59
Text Example
Text Example
White with #DCBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC59; }
p { color: rgb(220,188,89); }
H1.HeaderClassName
{
color: #DCBC59;
}
.AnyTagClassName
{
color: #DCBC59;
}
</style>
background-color css
<style>
a { background-color: #DCBC59; }
a { background-color: rgb(220,188,89); }
div.DivClassName
{
background-color: #DCBC59;
}
.BgClassName
{
background-color: #DCBC59;
}
</style>
border-color css
<style>
span { border-color: #DCBC59; }
span { border-color: rgb(220,188,89); }
td.TdClassName
{
border-color: #DCBC59;
}
.TagClassName
{
border-color: #DCBC59;
}
</style>