Shades of Tacha #DCBC55
Tints of Tacha #DCBC55
RGB
CMYK
RGB Variations
Color information
#DCBC55 (or 0xDCBC55) is known color: Tacha. HEX triplet: DC, BC and 55. RGB value is (220,188,85). Sum of RGB (Red+Green+Blue) = 220+188+85=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC55 is #2343AA. Grayscale: #BABABA. Windows color (decimal): -2311083 or 5618908. OLE color: 5618908.
HSL color Cylindrical-coordinate representation of color #DCBC55: hue angle of 45.78º 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 #DCBC55 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 85 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.14 |
| HSL | 45.78º | 0.66% | 0.6% | - |
| HSV(B) | 45.78º | 0.61% | 0.86% | - |
| XYZ | 49.14 | 51.84 | 16.01 | - |
| YUV | 185.83 | 71.1 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 85 | 0 | 0.15 | 0.61 | 0.14 | 45.78 | 0.66 | 0.6 |
| Hex | DC | BC | 55 | 0 | F | 3D | E | 2E | 42 | 3C |
| Octal | 334 | 274 | 125 | 0 | 17 | 75 | 16 | 56 | 102 | 74 |
| Binary | 11011100 | 10111100 | 1010101 | 0 | 1111 | 111101 | 1110 | 101110 | 1000010 | 111100 |
Color Harmonies of #DCBC55
Complementary color
Monochromatic Colors of #DCBC55
Black with #DCBC55
Text Example
Text Example
White with #DCBC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC55; }
p { color: rgb(220,188,85); }
H1.HeaderClassName
{
color: #DCBC55;
}
.AnyTagClassName
{
color: #DCBC55;
}
</style>
background-color css
<style>
a { background-color: #DCBC55; }
a { background-color: rgb(220,188,85); }
div.DivClassName
{
background-color: #DCBC55;
}
.BgClassName
{
background-color: #DCBC55;
}
</style>
border-color css
<style>
span { border-color: #DCBC55; }
span { border-color: rgb(220,188,85); }
td.TdClassName
{
border-color: #DCBC55;
}
.TagClassName
{
border-color: #DCBC55;
}
</style>