Shades of Tacha #DCBE57
Tints of Tacha #DCBE57
RGB
CMYK
RGB Variations
Color information
#DCBE57 (or 0xDCBE57) is known color: Tacha. HEX triplet: DC, BE and 57. RGB value is (220,190,87). Sum of RGB (Red+Green+Blue) = 220+190+87=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE57 is #2341A8. Grayscale: #BBBBBB. Windows color (decimal): -2310569 or 5750492. OLE color: 5750492.
HSL color Cylindrical-coordinate representation of color #DCBE57: hue angle of 46.47º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCBE57 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 87 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.14 |
| HSL | 46.47º | 0.66% | 0.6% | - |
| HSV(B) | 46.47º | 0.6% | 0.86% | - |
| XYZ | 49.65 | 52.73 | 16.58 | - |
| YUV | 187.23 | 71.44 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 87 | 0 | 0.14 | 0.60 | 0.14 | 46.47 | 0.66 | 0.6 |
| Hex | DC | BE | 57 | 0 | E | 3C | E | 2E | 42 | 3C |
| Octal | 334 | 276 | 127 | 0 | 16 | 74 | 16 | 56 | 102 | 74 |
| Binary | 11011100 | 10111110 | 1010111 | 0 | 1110 | 111100 | 1110 | 101110 | 1000010 | 111100 |
Color Harmonies of #DCBE57
Complementary color
Monochromatic Colors of #DCBE57
Black with #DCBE57
Text Example
Text Example
White with #DCBE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE57; }
p { color: rgb(220,190,87); }
H1.HeaderClassName
{
color: #DCBE57;
}
.AnyTagClassName
{
color: #DCBE57;
}
</style>
background-color css
<style>
a { background-color: #DCBE57; }
a { background-color: rgb(220,190,87); }
div.DivClassName
{
background-color: #DCBE57;
}
.BgClassName
{
background-color: #DCBE57;
}
</style>
border-color css
<style>
span { border-color: #DCBE57; }
span { border-color: rgb(220,190,87); }
td.TdClassName
{
border-color: #DCBE57;
}
.TagClassName
{
border-color: #DCBE57;
}
</style>