Shades of Tacha #DCBC5F
Tints of Tacha #DCBC5F
RGB
CMYK
RGB Variations
Color information
#DCBC5F (or 0xDCBC5F) is known color: Tacha. HEX triplet: DC, BC and 5F. RGB value is (220,188,95). Sum of RGB (Red+Green+Blue) = 220+188+95=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC5F is #2343A0. Grayscale: #BBBBBB. Windows color (decimal): -2311073 or 6274268. OLE color: 6274268.
HSL color Cylindrical-coordinate representation of color #DCBC5F: hue angle of 44.64º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCBC5F is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 95 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.14 |
| HSL | 44.64º | 0.64% | 0.62% | - |
| HSV(B) | 44.64º | 0.57% | 0.86% | - |
| XYZ | 49.56 | 52.01 | 18.25 | - |
| YUV | 186.97 | 76.1 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 95 | 0 | 0.15 | 0.57 | 0.14 | 44.64 | 0.64 | 0.62 |
| Hex | DC | BC | 5F | 0 | F | 39 | E | 2D | 40 | 3E |
| Octal | 334 | 274 | 137 | 0 | 17 | 71 | 16 | 55 | 100 | 76 |
| Binary | 11011100 | 10111100 | 1011111 | 0 | 1111 | 111001 | 1110 | 101101 | 1000000 | 111110 |
Color Harmonies of #DCBC5F
Complementary color
Monochromatic Colors of #DCBC5F
Black with #DCBC5F
Text Example
Text Example
White with #DCBC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC5F; }
p { color: rgb(220,188,95); }
H1.HeaderClassName
{
color: #DCBC5F;
}
.AnyTagClassName
{
color: #DCBC5F;
}
</style>
background-color css
<style>
a { background-color: #DCBC5F; }
a { background-color: rgb(220,188,95); }
div.DivClassName
{
background-color: #DCBC5F;
}
.BgClassName
{
background-color: #DCBC5F;
}
</style>
border-color css
<style>
span { border-color: #DCBC5F; }
span { border-color: rgb(220,188,95); }
td.TdClassName
{
border-color: #DCBC5F;
}
.TagClassName
{
border-color: #DCBC5F;
}
</style>