Shades of Tacha #DBBE58
Tints of Tacha #DBBE58
RGB
CMYK
RGB Variations
Color information
#DBBE58 (or 0xDBBE58) is known color: Tacha. HEX triplet: DB, BE and 58. RGB value is (219,190,88). Sum of RGB (Red+Green+Blue) = 219+190+88=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE58 is #2441A7. Grayscale: #BBBBBB. Windows color (decimal): -2376104 or 5816027. OLE color: 5816027.
HSL color Cylindrical-coordinate representation of color #DBBE58: hue angle of 46.72º 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 #DBBE58 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 88 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.14 |
| HSL | 46.72º | 0.65% | 0.6% | - |
| HSV(B) | 46.72º | 0.6% | 0.86% | - |
| XYZ | 49.39 | 52.59 | 16.78 | - |
| YUV | 187.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 88 | 0 | 0.13 | 0.60 | 0.14 | 46.72 | 0.65 | 0.6 |
| Hex | DB | BE | 58 | 0 | D | 3C | E | 2F | 41 | 3C |
| Octal | 333 | 276 | 130 | 0 | 15 | 74 | 16 | 57 | 101 | 74 |
| Binary | 11011011 | 10111110 | 1011000 | 0 | 1101 | 111100 | 1110 | 101111 | 1000001 | 111100 |
Color Harmonies of #DBBE58
Complementary color
Monochromatic Colors of #DBBE58
Black with #DBBE58
Text Example
Text Example
White with #DBBE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE58; }
p { color: rgb(219,190,88); }
H1.HeaderClassName
{
color: #DBBE58;
}
.AnyTagClassName
{
color: #DBBE58;
}
</style>
background-color css
<style>
a { background-color: #DBBE58; }
a { background-color: rgb(219,190,88); }
div.DivClassName
{
background-color: #DBBE58;
}
.BgClassName
{
background-color: #DBBE58;
}
</style>
border-color css
<style>
span { border-color: #DBBE58; }
span { border-color: rgb(219,190,88); }
td.TdClassName
{
border-color: #DBBE58;
}
.TagClassName
{
border-color: #DBBE58;
}
</style>