Shades of Tacha #DCBE56
Tints of Tacha #DCBE56
RGB
CMYK
RGB Variations
Color information
#DCBE56 (or 0xDCBE56) is known color: Tacha. HEX triplet: DC, BE and 56. RGB value is (220,190,86). Sum of RGB (Red+Green+Blue) = 220+190+86=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE56 is #2341A9. Grayscale: #BBBBBB. Windows color (decimal): -2310570 or 5684956. OLE color: 5684956.
HSL color Cylindrical-coordinate representation of color #DCBE56: hue angle of 46.57º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCBE56 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 86 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.14 |
| HSL | 46.57º | 0.66% | 0.6% | - |
| HSV(B) | 46.57º | 0.61% | 0.86% | - |
| XYZ | 49.61 | 52.71 | 16.36 | - |
| YUV | 187.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 86 | 0 | 0.14 | 0.61 | 0.14 | 46.57 | 0.66 | 0.6 |
| Hex | DC | BE | 56 | 0 | E | 3D | E | 2F | 42 | 3C |
| Octal | 334 | 276 | 126 | 0 | 16 | 75 | 16 | 57 | 102 | 74 |
| Binary | 11011100 | 10111110 | 1010110 | 0 | 1110 | 111101 | 1110 | 101111 | 1000010 | 111100 |
Color Harmonies of #DCBE56
Complementary color
Monochromatic Colors of #DCBE56
Black with #DCBE56
Text Example
Text Example
White with #DCBE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE56; }
p { color: rgb(220,190,86); }
H1.HeaderClassName
{
color: #DCBE56;
}
.AnyTagClassName
{
color: #DCBE56;
}
</style>
background-color css
<style>
a { background-color: #DCBE56; }
a { background-color: rgb(220,190,86); }
div.DivClassName
{
background-color: #DCBE56;
}
.BgClassName
{
background-color: #DCBE56;
}
</style>
border-color css
<style>
span { border-color: #DCBE56; }
span { border-color: rgb(220,190,86); }
td.TdClassName
{
border-color: #DCBE56;
}
.TagClassName
{
border-color: #DCBE56;
}
</style>