Shades of Tacha #DCBC64
Tints of Tacha #DCBC64
RGB
CMYK
RGB Variations
Color information
#DCBC64 (or 0xDCBC64) is known color: Tacha. HEX triplet: DC, BC and 64. RGB value is (220,188,100). Sum of RGB (Red+Green+Blue) = 220+188+100=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC64 is #23439B. Grayscale: #BBBBBB. Windows color (decimal): -2311068 or 6601948. OLE color: 6601948.
HSL color Cylindrical-coordinate representation of color #DCBC64: hue angle of 44º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCBC64 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 100 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.14 |
| HSL | 44º | 0.63% | 0.63% | - |
| HSV(B) | 44º | 0.55% | 0.86% | - |
| XYZ | 49.8 | 52.1 | 19.49 | - |
| YUV | 187.54 | 78.6 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 100 | 0 | 0.15 | 0.55 | 0.14 | 44 | 0.63 | 0.63 |
| Hex | DC | BC | 64 | 0 | F | 37 | E | 2C | 3F | 3F |
| Octal | 334 | 274 | 144 | 0 | 17 | 67 | 16 | 54 | 77 | 77 |
| Binary | 11011100 | 10111100 | 1100100 | 0 | 1111 | 110111 | 1110 | 101100 | 111111 | 111111 |
Color Harmonies of #DCBC64
Complementary color
Monochromatic Colors of #DCBC64
Black with #DCBC64
Text Example
Text Example
White with #DCBC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC64; }
p { color: rgb(220,188,100); }
H1.HeaderClassName
{
color: #DCBC64;
}
.AnyTagClassName
{
color: #DCBC64;
}
</style>
background-color css
<style>
a { background-color: #DCBC64; }
a { background-color: rgb(220,188,100); }
div.DivClassName
{
background-color: #DCBC64;
}
.BgClassName
{
background-color: #DCBC64;
}
</style>
border-color css
<style>
span { border-color: #DCBC64; }
span { border-color: rgb(220,188,100); }
td.TdClassName
{
border-color: #DCBC64;
}
.TagClassName
{
border-color: #DCBC64;
}
</style>