Shades of Tacha #DCBE54
Tints of Tacha #DCBE54
RGB
CMYK
RGB Variations
Color information
#DCBE54 (or 0xDCBE54) is known color: Tacha. HEX triplet: DC, BE and 54. RGB value is (220,190,84). Sum of RGB (Red+Green+Blue) = 220+190+84=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE54 is #2341AB. Grayscale: #BBBBBB. Windows color (decimal): -2310572 or 5553884. OLE color: 5553884.
HSL color Cylindrical-coordinate representation of color #DCBE54: hue angle of 46.76º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCBE54 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 84 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.14 |
| HSL | 46.76º | 0.66% | 0.6% | - |
| HSV(B) | 46.76º | 0.62% | 0.86% | - |
| XYZ | 49.53 | 52.68 | 15.95 | - |
| YUV | 186.89 | 69.94 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 84 | 0 | 0.14 | 0.62 | 0.14 | 46.76 | 0.66 | 0.6 |
| Hex | DC | BE | 54 | 0 | E | 3E | E | 2F | 42 | 3C |
| Octal | 334 | 276 | 124 | 0 | 16 | 76 | 16 | 57 | 102 | 74 |
| Binary | 11011100 | 10111110 | 1010100 | 0 | 1110 | 111110 | 1110 | 101111 | 1000010 | 111100 |
Color Harmonies of #DCBE54
Complementary color
Monochromatic Colors of #DCBE54
Black with #DCBE54
Text Example
Text Example
White with #DCBE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE54; }
p { color: rgb(220,190,84); }
H1.HeaderClassName
{
color: #DCBE54;
}
.AnyTagClassName
{
color: #DCBE54;
}
</style>
background-color css
<style>
a { background-color: #DCBE54; }
a { background-color: rgb(220,190,84); }
div.DivClassName
{
background-color: #DCBE54;
}
.BgClassName
{
background-color: #DCBE54;
}
</style>
border-color css
<style>
span { border-color: #DCBE54; }
span { border-color: rgb(220,190,84); }
td.TdClassName
{
border-color: #DCBE54;
}
.TagClassName
{
border-color: #DCBE54;
}
</style>