Shades of Tacha #DCBB65
Tints of Tacha #DCBB65
RGB
CMYK
RGB Variations
Color information
#DCBB65 (or 0xDCBB65) is known color: Tacha. HEX triplet: DC, BB and 65. RGB value is (220,187,101). Sum of RGB (Red+Green+Blue) = 220+187+101=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB65 is #23449A. Grayscale: #BBBBBB. Windows color (decimal): -2311323 or 6667228. OLE color: 6667228.
HSL color Cylindrical-coordinate representation of color #DCBB65: hue angle of 43.36º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCBB65 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 101 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.14 |
| HSL | 43.36º | 0.63% | 0.63% | - |
| HSV(B) | 43.36º | 0.54% | 0.86% | - |
| XYZ | 49.63 | 51.7 | 19.67 | - |
| YUV | 187.06 | 79.43 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 101 | 0 | 0.15 | 0.54 | 0.14 | 43.36 | 0.63 | 0.63 |
| Hex | DC | BB | 65 | 0 | F | 36 | E | 2B | 3F | 3F |
| Octal | 334 | 273 | 145 | 0 | 17 | 66 | 16 | 53 | 77 | 77 |
| Binary | 11011100 | 10111011 | 1100101 | 0 | 1111 | 110110 | 1110 | 101011 | 111111 | 111111 |
Color Harmonies of #DCBB65
Complementary color
Monochromatic Colors of #DCBB65
Black with #DCBB65
Text Example
Text Example
White with #DCBB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB65; }
p { color: rgb(220,187,101); }
H1.HeaderClassName
{
color: #DCBB65;
}
.AnyTagClassName
{
color: #DCBB65;
}
</style>
background-color css
<style>
a { background-color: #DCBB65; }
a { background-color: rgb(220,187,101); }
div.DivClassName
{
background-color: #DCBB65;
}
.BgClassName
{
background-color: #DCBB65;
}
</style>
border-color css
<style>
span { border-color: #DCBB65; }
span { border-color: rgb(220,187,101); }
td.TdClassName
{
border-color: #DCBB65;
}
.TagClassName
{
border-color: #DCBB65;
}
</style>