Shades of Tacha #DCBC54
Tints of Tacha #DCBC54
RGB
CMYK
RGB Variations
Color information
#DCBC54 (or 0xDCBC54) is known color: Tacha. HEX triplet: DC, BC and 54. RGB value is (220,188,84). Sum of RGB (Red+Green+Blue) = 220+188+84=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 84 (33.20% from 255 or 17.07% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC54 is #2343AB. Grayscale: #BABABA. Windows color (decimal): -2311084 or 5553372. OLE color: 5553372.
HSL color Cylindrical-coordinate representation of color #DCBC54: hue angle of 45.88º 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 #DCBC54 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 84 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.14 |
| HSL | 45.88º | 0.66% | 0.6% | - |
| HSV(B) | 45.88º | 0.62% | 0.86% | - |
| XYZ | 49.1 | 51.82 | 15.8 | - |
| YUV | 185.71 | 70.6 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 84 | 0 | 0.15 | 0.62 | 0.14 | 45.88 | 0.66 | 0.6 |
| Hex | DC | BC | 54 | 0 | F | 3E | E | 2E | 42 | 3C |
| Octal | 334 | 274 | 124 | 0 | 17 | 76 | 16 | 56 | 102 | 74 |
| Binary | 11011100 | 10111100 | 1010100 | 0 | 1111 | 111110 | 1110 | 101110 | 1000010 | 111100 |
Color Harmonies of #DCBC54
Complementary color
Monochromatic Colors of #DCBC54
Black with #DCBC54
Text Example
Text Example
White with #DCBC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC54; }
p { color: rgb(220,188,84); }
H1.HeaderClassName
{
color: #DCBC54;
}
.AnyTagClassName
{
color: #DCBC54;
}
</style>
background-color css
<style>
a { background-color: #DCBC54; }
a { background-color: rgb(220,188,84); }
div.DivClassName
{
background-color: #DCBC54;
}
.BgClassName
{
background-color: #DCBC54;
}
</style>
border-color css
<style>
span { border-color: #DCBC54; }
span { border-color: rgb(220,188,84); }
td.TdClassName
{
border-color: #DCBC54;
}
.TagClassName
{
border-color: #DCBC54;
}
</style>