Shades of Tacha #DBBC59
Tints of Tacha #DBBC59
RGB
CMYK
RGB Variations
Color information
#DBBC59 (or 0xDBBC59) is known color: Tacha. HEX triplet: DB, BC and 59. RGB value is (219,188,89). Sum of RGB (Red+Green+Blue) = 219+188+89=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 89 (35.16% from 255 or 17.94% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC59 is #2443A6. Grayscale: #BABABA. Windows color (decimal): -2376615 or 5881051. OLE color: 5881051.
HSL color Cylindrical-coordinate representation of color #DBBC59: hue angle of 45.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBBC59 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 89 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.14 |
| HSL | 45.69º | 0.64% | 0.6% | - |
| HSV(B) | 45.69º | 0.59% | 0.86% | - |
| XYZ | 49 | 51.75 | 16.86 | - |
| YUV | 185.98 | 73.27 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 89 | 0 | 0.14 | 0.59 | 0.14 | 45.69 | 0.64 | 0.6 |
| Hex | DB | BC | 59 | 0 | E | 3B | E | 2E | 40 | 3C |
| Octal | 333 | 274 | 131 | 0 | 16 | 73 | 16 | 56 | 100 | 74 |
| Binary | 11011011 | 10111100 | 1011001 | 0 | 1110 | 111011 | 1110 | 101110 | 1000000 | 111100 |
Color Harmonies of #DBBC59
Complementary color
Monochromatic Colors of #DBBC59
Black with #DBBC59
Text Example
Text Example
White with #DBBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC59; }
p { color: rgb(219,188,89); }
H1.HeaderClassName
{
color: #DBBC59;
}
.AnyTagClassName
{
color: #DBBC59;
}
</style>
background-color css
<style>
a { background-color: #DBBC59; }
a { background-color: rgb(219,188,89); }
div.DivClassName
{
background-color: #DBBC59;
}
.BgClassName
{
background-color: #DBBC59;
}
</style>
border-color css
<style>
span { border-color: #DBBC59; }
span { border-color: rgb(219,188,89); }
td.TdClassName
{
border-color: #DBBC59;
}
.TagClassName
{
border-color: #DBBC59;
}
</style>