Shades of Tacha #DBBC5B
Tints of Tacha #DBBC5B
RGB
CMYK
RGB Variations
Color information
#DBBC5B (or 0xDBBC5B) is known color: Tacha. HEX triplet: DB, BC and 5B. RGB value is (219,188,91). Sum of RGB (Red+Green+Blue) = 219+188+91=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC5B is #2443A4. Grayscale: #BABABA. Windows color (decimal): -2376613 or 6012123. OLE color: 6012123.
HSL color Cylindrical-coordinate representation of color #DBBC5B: hue angle of 45.47º 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 #DBBC5B is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 91 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.14 |
| HSL | 45.47º | 0.64% | 0.61% | - |
| HSV(B) | 45.47º | 0.58% | 0.86% | - |
| XYZ | 49.08 | 51.78 | 17.31 | - |
| YUV | 186.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 91 | 0 | 0.14 | 0.58 | 0.14 | 45.47 | 0.64 | 0.61 |
| Hex | DB | BC | 5B | 0 | E | 3A | E | 2D | 40 | 3D |
| Octal | 333 | 274 | 133 | 0 | 16 | 72 | 16 | 55 | 100 | 75 |
| Binary | 11011011 | 10111100 | 1011011 | 0 | 1110 | 111010 | 1110 | 101101 | 1000000 | 111101 |
Color Harmonies of #DBBC5B
Complementary color
Monochromatic Colors of #DBBC5B
Black with #DBBC5B
Text Example
Text Example
White with #DBBC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC5B; }
p { color: rgb(219,188,91); }
H1.HeaderClassName
{
color: #DBBC5B;
}
.AnyTagClassName
{
color: #DBBC5B;
}
</style>
background-color css
<style>
a { background-color: #DBBC5B; }
a { background-color: rgb(219,188,91); }
div.DivClassName
{
background-color: #DBBC5B;
}
.BgClassName
{
background-color: #DBBC5B;
}
</style>
border-color css
<style>
span { border-color: #DBBC5B; }
span { border-color: rgb(219,188,91); }
td.TdClassName
{
border-color: #DBBC5B;
}
.TagClassName
{
border-color: #DBBC5B;
}
</style>