Shades of Tacha #DBBC60
Tints of Tacha #DBBC60
RGB
CMYK
RGB Variations
Color information
#DBBC60 (or 0xDBBC60) is known color: Tacha. HEX triplet: DB, BC and 60. RGB value is (219,188,96). Sum of RGB (Red+Green+Blue) = 219+188+96=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC60 is #24439F. Grayscale: #BBBBBB. Windows color (decimal): -2376608 or 6339803. OLE color: 6339803.
HSL color Cylindrical-coordinate representation of color #DBBC60: hue angle of 44.88º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBBC60 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 96 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.14 |
| HSL | 44.88º | 0.63% | 0.62% | - |
| HSV(B) | 44.88º | 0.56% | 0.86% | - |
| XYZ | 49.31 | 51.87 | 18.48 | - |
| YUV | 186.78 | 76.77 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 96 | 0 | 0.14 | 0.56 | 0.14 | 44.88 | 0.63 | 0.62 |
| Hex | DB | BC | 60 | 0 | E | 38 | E | 2D | 3F | 3E |
| Octal | 333 | 274 | 140 | 0 | 16 | 70 | 16 | 55 | 77 | 76 |
| Binary | 11011011 | 10111100 | 1100000 | 0 | 1110 | 111000 | 1110 | 101101 | 111111 | 111110 |
Color Harmonies of #DBBC60
Complementary color
Monochromatic Colors of #DBBC60
Black with #DBBC60
Text Example
Text Example
White with #DBBC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC60; }
p { color: rgb(219,188,96); }
H1.HeaderClassName
{
color: #DBBC60;
}
.AnyTagClassName
{
color: #DBBC60;
}
</style>
background-color css
<style>
a { background-color: #DBBC60; }
a { background-color: rgb(219,188,96); }
div.DivClassName
{
background-color: #DBBC60;
}
.BgClassName
{
background-color: #DBBC60;
}
</style>
border-color css
<style>
span { border-color: #DBBC60; }
span { border-color: rgb(219,188,96); }
td.TdClassName
{
border-color: #DBBC60;
}
.TagClassName
{
border-color: #DBBC60;
}
</style>