Shades of Tacha #DBBE65
Tints of Tacha #DBBE65
RGB
CMYK
RGB Variations
Color information
#DBBE65 (or 0xDBBE65) is known color: Tacha. HEX triplet: DB, BE and 65. RGB value is (219,190,101). Sum of RGB (Red+Green+Blue) = 219+190+101=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE65 is #24419A. Grayscale: #BCBCBC. Windows color (decimal): -2376091 or 6667995. OLE color: 6667995.
HSL color Cylindrical-coordinate representation of color #DBBE65: hue angle of 45.25º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBBE65 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 101 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.14 |
| HSL | 45.25º | 0.62% | 0.63% | - |
| HSV(B) | 45.25º | 0.54% | 0.86% | - |
| XYZ | 49.98 | 52.83 | 19.87 | - |
| YUV | 188.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 101 | 0 | 0.13 | 0.54 | 0.14 | 45.25 | 0.62 | 0.63 |
| Hex | DB | BE | 65 | 0 | D | 36 | E | 2D | 3E | 3F |
| Octal | 333 | 276 | 145 | 0 | 15 | 66 | 16 | 55 | 76 | 77 |
| Binary | 11011011 | 10111110 | 1100101 | 0 | 1101 | 110110 | 1110 | 101101 | 111110 | 111111 |
Color Harmonies of #DBBE65
Complementary color
Monochromatic Colors of #DBBE65
Black with #DBBE65
Text Example
Text Example
White with #DBBE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE65; }
p { color: rgb(219,190,101); }
H1.HeaderClassName
{
color: #DBBE65;
}
.AnyTagClassName
{
color: #DBBE65;
}
</style>
background-color css
<style>
a { background-color: #DBBE65; }
a { background-color: rgb(219,190,101); }
div.DivClassName
{
background-color: #DBBE65;
}
.BgClassName
{
background-color: #DBBE65;
}
</style>
border-color css
<style>
span { border-color: #DBBE65; }
span { border-color: rgb(219,190,101); }
td.TdClassName
{
border-color: #DBBE65;
}
.TagClassName
{
border-color: #DBBE65;
}
</style>