Shades of Tacha #DCBB63
Tints of Tacha #DCBB63
RGB
CMYK
RGB Variations
Color information
#DCBB63 (or 0xDCBB63) is known color: Tacha. HEX triplet: DC, BB and 63. RGB value is (220,187,99). Sum of RGB (Red+Green+Blue) = 220+187+99=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB63 is #23449C. Grayscale: #BBBBBB. Windows color (decimal): -2311325 or 6536156. OLE color: 6536156.
HSL color Cylindrical-coordinate representation of color #DCBB63: hue angle of 43.64º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCBB63 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 99 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.14 |
| HSL | 43.64º | 0.63% | 0.63% | - |
| HSV(B) | 43.64º | 0.55% | 0.86% | - |
| XYZ | 49.54 | 51.66 | 19.16 | - |
| YUV | 186.84 | 78.43 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 99 | 0 | 0.15 | 0.55 | 0.14 | 43.64 | 0.63 | 0.63 |
| Hex | DC | BB | 63 | 0 | F | 37 | E | 2C | 3F | 3F |
| Octal | 334 | 273 | 143 | 0 | 17 | 67 | 16 | 54 | 77 | 77 |
| Binary | 11011100 | 10111011 | 1100011 | 0 | 1111 | 110111 | 1110 | 101100 | 111111 | 111111 |
Color Harmonies of #DCBB63
Complementary color
Monochromatic Colors of #DCBB63
Black with #DCBB63
Text Example
Text Example
White with #DCBB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB63; }
p { color: rgb(220,187,99); }
H1.HeaderClassName
{
color: #DCBB63;
}
.AnyTagClassName
{
color: #DCBB63;
}
</style>
background-color css
<style>
a { background-color: #DCBB63; }
a { background-color: rgb(220,187,99); }
div.DivClassName
{
background-color: #DCBB63;
}
.BgClassName
{
background-color: #DCBB63;
}
</style>
border-color css
<style>
span { border-color: #DCBB63; }
span { border-color: rgb(220,187,99); }
td.TdClassName
{
border-color: #DCBB63;
}
.TagClassName
{
border-color: #DCBB63;
}
</style>