Shades of Tacha #DBBC61
Tints of Tacha #DBBC61
RGB
CMYK
RGB Variations
Color information
#DBBC61 (or 0xDBBC61) is known color: Tacha. HEX triplet: DB, BC and 61. RGB value is (219,188,97). Sum of RGB (Red+Green+Blue) = 219+188+97=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC61 is #24439E. Grayscale: #BBBBBB. Windows color (decimal): -2376607 or 6405339. OLE color: 6405339.
HSL color Cylindrical-coordinate representation of color #DBBC61: hue angle of 44.75º 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 #DBBC61 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 97 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.14 |
| HSL | 44.75º | 0.63% | 0.62% | - |
| HSV(B) | 44.75º | 0.56% | 0.86% | - |
| XYZ | 49.35 | 51.89 | 18.72 | - |
| YUV | 186.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 97 | 0 | 0.14 | 0.56 | 0.14 | 44.75 | 0.63 | 0.62 |
| Hex | DB | BC | 61 | 0 | E | 38 | E | 2D | 3F | 3E |
| Octal | 333 | 274 | 141 | 0 | 16 | 70 | 16 | 55 | 77 | 76 |
| Binary | 11011011 | 10111100 | 1100001 | 0 | 1110 | 111000 | 1110 | 101101 | 111111 | 111110 |
Color Harmonies of #DBBC61
Complementary color
Monochromatic Colors of #DBBC61
Black with #DBBC61
Text Example
Text Example
White with #DBBC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC61; }
p { color: rgb(219,188,97); }
H1.HeaderClassName
{
color: #DBBC61;
}
.AnyTagClassName
{
color: #DBBC61;
}
</style>
background-color css
<style>
a { background-color: #DBBC61; }
a { background-color: rgb(219,188,97); }
div.DivClassName
{
background-color: #DBBC61;
}
.BgClassName
{
background-color: #DBBC61;
}
</style>
border-color css
<style>
span { border-color: #DBBC61; }
span { border-color: rgb(219,188,97); }
td.TdClassName
{
border-color: #DBBC61;
}
.TagClassName
{
border-color: #DBBC61;
}
</style>