Shades of Tacha #DBBC65
Tints of Tacha #DBBC65
RGB
CMYK
RGB Variations
Color information
#DBBC65 (or 0xDBBC65) is known color: Tacha. HEX triplet: DB, BC and 65. RGB value is (219,188,101). Sum of RGB (Red+Green+Blue) = 219+188+101=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC65 is #24439A. Grayscale: #BBBBBB. Windows color (decimal): -2376603 or 6667483. OLE color: 6667483.
HSL color Cylindrical-coordinate representation of color #DBBC65: hue angle of 44.24º degrees, saturation: 0.62, 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 #DBBC65 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 101 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.14 |
| HSL | 44.24º | 0.62% | 0.63% | - |
| HSV(B) | 44.24º | 0.54% | 0.86% | - |
| XYZ | 49.55 | 51.97 | 19.73 | - |
| YUV | 187.35 | 79.27 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 101 | 0 | 0.14 | 0.54 | 0.14 | 44.24 | 0.62 | 0.63 |
| Hex | DB | BC | 65 | 0 | E | 36 | E | 2C | 3E | 3F |
| Octal | 333 | 274 | 145 | 0 | 16 | 66 | 16 | 54 | 76 | 77 |
| Binary | 11011011 | 10111100 | 1100101 | 0 | 1110 | 110110 | 1110 | 101100 | 111110 | 111111 |
Color Harmonies of #DBBC65
Complementary color
Monochromatic Colors of #DBBC65
Black with #DBBC65
Text Example
Text Example
White with #DBBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC65; }
p { color: rgb(219,188,101); }
H1.HeaderClassName
{
color: #DBBC65;
}
.AnyTagClassName
{
color: #DBBC65;
}
</style>
background-color css
<style>
a { background-color: #DBBC65; }
a { background-color: rgb(219,188,101); }
div.DivClassName
{
background-color: #DBBC65;
}
.BgClassName
{
background-color: #DBBC65;
}
</style>
border-color css
<style>
span { border-color: #DBBC65; }
span { border-color: rgb(219,188,101); }
td.TdClassName
{
border-color: #DBBC65;
}
.TagClassName
{
border-color: #DBBC65;
}
</style>