Shades of Tacha #DBBC57
Tints of Tacha #DBBC57
RGB
CMYK
RGB Variations
Color information
#DBBC57 (or 0xDBBC57) is known color: Tacha. HEX triplet: DB, BC and 57. RGB value is (219,188,87). Sum of RGB (Red+Green+Blue) = 219+188+87=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC57 is #2443A8. Grayscale: #BABABA. Windows color (decimal): -2376617 or 5749979. OLE color: 5749979.
HSL color Cylindrical-coordinate representation of color #DBBC57: hue angle of 45.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBBC57 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 87 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.14 |
| HSL | 45.91º | 0.65% | 0.6% | - |
| HSV(B) | 45.91º | 0.6% | 0.86% | - |
| XYZ | 48.92 | 51.71 | 16.42 | - |
| YUV | 185.76 | 72.27 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 87 | 0 | 0.14 | 0.60 | 0.14 | 45.91 | 0.65 | 0.6 |
| Hex | DB | BC | 57 | 0 | E | 3C | E | 2E | 41 | 3C |
| Octal | 333 | 274 | 127 | 0 | 16 | 74 | 16 | 56 | 101 | 74 |
| Binary | 11011011 | 10111100 | 1010111 | 0 | 1110 | 111100 | 1110 | 101110 | 1000001 | 111100 |
Color Harmonies of #DBBC57
Complementary color
Monochromatic Colors of #DBBC57
Black with #DBBC57
Text Example
Text Example
White with #DBBC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC57; }
p { color: rgb(219,188,87); }
H1.HeaderClassName
{
color: #DBBC57;
}
.AnyTagClassName
{
color: #DBBC57;
}
</style>
background-color css
<style>
a { background-color: #DBBC57; }
a { background-color: rgb(219,188,87); }
div.DivClassName
{
background-color: #DBBC57;
}
.BgClassName
{
background-color: #DBBC57;
}
</style>
border-color css
<style>
span { border-color: #DBBC57; }
span { border-color: rgb(219,188,87); }
td.TdClassName
{
border-color: #DBBC57;
}
.TagClassName
{
border-color: #DBBC57;
}
</style>