Shades of Tacha #DBBC5D
Tints of Tacha #DBBC5D
RGB
CMYK
RGB Variations
Color information
#DBBC5D (or 0xDBBC5D) is known color: Tacha. HEX triplet: DB, BC and 5D. RGB value is (219,188,93). Sum of RGB (Red+Green+Blue) = 219+188+93=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC5D is #2443A2. Grayscale: #BABABA. Windows color (decimal): -2376611 or 6143195. OLE color: 6143195.
HSL color Cylindrical-coordinate representation of color #DBBC5D: hue angle of 45.24º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBBC5D is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 93 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.14 |
| HSL | 45.24º | 0.64% | 0.61% | - |
| HSV(B) | 45.24º | 0.58% | 0.86% | - |
| XYZ | 49.17 | 51.82 | 17.77 | - |
| YUV | 186.44 | 75.27 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 93 | 0 | 0.14 | 0.58 | 0.14 | 45.24 | 0.64 | 0.61 |
| Hex | DB | BC | 5D | 0 | E | 3A | E | 2D | 40 | 3D |
| Octal | 333 | 274 | 135 | 0 | 16 | 72 | 16 | 55 | 100 | 75 |
| Binary | 11011011 | 10111100 | 1011101 | 0 | 1110 | 111010 | 1110 | 101101 | 1000000 | 111101 |
Color Harmonies of #DBBC5D
Complementary color
Monochromatic Colors of #DBBC5D
Black with #DBBC5D
Text Example
Text Example
White with #DBBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC5D; }
p { color: rgb(219,188,93); }
H1.HeaderClassName
{
color: #DBBC5D;
}
.AnyTagClassName
{
color: #DBBC5D;
}
</style>
background-color css
<style>
a { background-color: #DBBC5D; }
a { background-color: rgb(219,188,93); }
div.DivClassName
{
background-color: #DBBC5D;
}
.BgClassName
{
background-color: #DBBC5D;
}
</style>
border-color css
<style>
span { border-color: #DBBC5D; }
span { border-color: rgb(219,188,93); }
td.TdClassName
{
border-color: #DBBC5D;
}
.TagClassName
{
border-color: #DBBC5D;
}
</style>