Shades of Tacha #DCBB55
Tints of Tacha #DCBB55
RGB
CMYK
RGB Variations
Color information
#DCBB55 (or 0xDCBB55) is known color: Tacha. HEX triplet: DC, BB and 55. RGB value is (220,187,85). Sum of RGB (Red+Green+Blue) = 220+187+85=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB55 is #2344AA. Grayscale: #B9B9B9. Windows color (decimal): -2311339 or 5618652. OLE color: 5618652.
HSL color Cylindrical-coordinate representation of color #DCBB55: hue angle of 45.33º 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 #DCBB55 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 85 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.14 |
| HSL | 45.33º | 0.66% | 0.6% | - |
| HSV(B) | 45.33º | 0.61% | 0.86% | - |
| XYZ | 48.93 | 51.41 | 15.94 | - |
| YUV | 185.24 | 71.43 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 85 | 0 | 0.15 | 0.61 | 0.14 | 45.33 | 0.66 | 0.6 |
| Hex | DC | BB | 55 | 0 | F | 3D | E | 2D | 42 | 3C |
| Octal | 334 | 273 | 125 | 0 | 17 | 75 | 16 | 55 | 102 | 74 |
| Binary | 11011100 | 10111011 | 1010101 | 0 | 1111 | 111101 | 1110 | 101101 | 1000010 | 111100 |
Color Harmonies of #DCBB55
Complementary color
Monochromatic Colors of #DCBB55
Black with #DCBB55
Text Example
Text Example
White with #DCBB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB55; }
p { color: rgb(220,187,85); }
H1.HeaderClassName
{
color: #DCBB55;
}
.AnyTagClassName
{
color: #DCBB55;
}
</style>
background-color css
<style>
a { background-color: #DCBB55; }
a { background-color: rgb(220,187,85); }
div.DivClassName
{
background-color: #DCBB55;
}
.BgClassName
{
background-color: #DCBB55;
}
</style>
border-color css
<style>
span { border-color: #DCBB55; }
span { border-color: rgb(220,187,85); }
td.TdClassName
{
border-color: #DCBB55;
}
.TagClassName
{
border-color: #DCBB55;
}
</style>