Shades of Tacha #DCBC5B
Tints of Tacha #DCBC5B
RGB
CMYK
RGB Variations
Color information
#DCBC5B (or 0xDCBC5B) is known color: Tacha. HEX triplet: DC, BC and 5B. RGB value is (220,188,91). Sum of RGB (Red+Green+Blue) = 220+188+91=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC5B is #2343A4. Grayscale: #BABABA. Windows color (decimal): -2311077 or 6012124. OLE color: 6012124.
HSL color Cylindrical-coordinate representation of color #DCBC5B: hue angle of 45.12º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCBC5B is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 91 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.14 |
| HSL | 45.12º | 0.65% | 0.61% | - |
| HSV(B) | 45.12º | 0.59% | 0.86% | - |
| XYZ | 49.39 | 51.94 | 17.32 | - |
| YUV | 186.51 | 74.1 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 91 | 0 | 0.15 | 0.59 | 0.14 | 45.12 | 0.65 | 0.61 |
| Hex | DC | BC | 5B | 0 | F | 3B | E | 2D | 41 | 3D |
| Octal | 334 | 274 | 133 | 0 | 17 | 73 | 16 | 55 | 101 | 75 |
| Binary | 11011100 | 10111100 | 1011011 | 0 | 1111 | 111011 | 1110 | 101101 | 1000001 | 111101 |
Color Harmonies of #DCBC5B
Complementary color
Monochromatic Colors of #DCBC5B
Black with #DCBC5B
Text Example
Text Example
White with #DCBC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC5B; }
p { color: rgb(220,188,91); }
H1.HeaderClassName
{
color: #DCBC5B;
}
.AnyTagClassName
{
color: #DCBC5B;
}
</style>
background-color css
<style>
a { background-color: #DCBC5B; }
a { background-color: rgb(220,188,91); }
div.DivClassName
{
background-color: #DCBC5B;
}
.BgClassName
{
background-color: #DCBC5B;
}
</style>
border-color css
<style>
span { border-color: #DCBC5B; }
span { border-color: rgb(220,188,91); }
td.TdClassName
{
border-color: #DCBC5B;
}
.TagClassName
{
border-color: #DCBC5B;
}
</style>