Shades of Tacha #DBBE5D
Tints of Tacha #DBBE5D
RGB
CMYK
RGB Variations
Color information
#DBBE5D (or 0xDBBE5D) is known color: Tacha. HEX triplet: DB, BE and 5D. RGB value is (219,190,93). Sum of RGB (Red+Green+Blue) = 219+190+93=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE5D is #2441A2. Grayscale: #BCBCBC. Windows color (decimal): -2376099 or 6143707. OLE color: 6143707.
HSL color Cylindrical-coordinate representation of color #DBBE5D: hue angle of 46.19º 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 #DBBE5D is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 93 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.14 |
| HSL | 46.19º | 0.64% | 0.61% | - |
| HSV(B) | 46.19º | 0.58% | 0.86% | - |
| XYZ | 49.6 | 52.68 | 17.91 | - |
| YUV | 187.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 93 | 0 | 0.13 | 0.58 | 0.14 | 46.19 | 0.64 | 0.61 |
| Hex | DB | BE | 5D | 0 | D | 3A | E | 2E | 40 | 3D |
| Octal | 333 | 276 | 135 | 0 | 15 | 72 | 16 | 56 | 100 | 75 |
| Binary | 11011011 | 10111110 | 1011101 | 0 | 1101 | 111010 | 1110 | 101110 | 1000000 | 111101 |
Color Harmonies of #DBBE5D
Complementary color
Monochromatic Colors of #DBBE5D
Black with #DBBE5D
Text Example
Text Example
White with #DBBE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE5D; }
p { color: rgb(219,190,93); }
H1.HeaderClassName
{
color: #DBBE5D;
}
.AnyTagClassName
{
color: #DBBE5D;
}
</style>
background-color css
<style>
a { background-color: #DBBE5D; }
a { background-color: rgb(219,190,93); }
div.DivClassName
{
background-color: #DBBE5D;
}
.BgClassName
{
background-color: #DBBE5D;
}
</style>
border-color css
<style>
span { border-color: #DBBE5D; }
span { border-color: rgb(219,190,93); }
td.TdClassName
{
border-color: #DBBE5D;
}
.TagClassName
{
border-color: #DBBE5D;
}
</style>