Shades of Tacha #DBBE5A
Tints of Tacha #DBBE5A
RGB
CMYK
RGB Variations
Color information
#DBBE5A (or 0xDBBE5A) is known color: Tacha. HEX triplet: DB, BE and 5A. RGB value is (219,190,90). Sum of RGB (Red+Green+Blue) = 219+190+90=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE5A is #2441A5. Grayscale: #BBBBBB. Windows color (decimal): -2376102 or 5947099. OLE color: 5947099.
HSL color Cylindrical-coordinate representation of color #DBBE5A: hue angle of 46.51º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBBE5A is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 90 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.14 |
| HSL | 46.51º | 0.64% | 0.61% | - |
| HSV(B) | 46.51º | 0.59% | 0.86% | - |
| XYZ | 49.47 | 52.63 | 17.22 | - |
| YUV | 187.27 | 73.11 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 90 | 0 | 0.13 | 0.59 | 0.14 | 46.51 | 0.64 | 0.61 |
| Hex | DB | BE | 5A | 0 | D | 3B | E | 2F | 40 | 3D |
| Octal | 333 | 276 | 132 | 0 | 15 | 73 | 16 | 57 | 100 | 75 |
| Binary | 11011011 | 10111110 | 1011010 | 0 | 1101 | 111011 | 1110 | 101111 | 1000000 | 111101 |
Color Harmonies of #DBBE5A
Complementary color
Monochromatic Colors of #DBBE5A
Black with #DBBE5A
Text Example
Text Example
White with #DBBE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE5A; }
p { color: rgb(219,190,90); }
H1.HeaderClassName
{
color: #DBBE5A;
}
.AnyTagClassName
{
color: #DBBE5A;
}
</style>
background-color css
<style>
a { background-color: #DBBE5A; }
a { background-color: rgb(219,190,90); }
div.DivClassName
{
background-color: #DBBE5A;
}
.BgClassName
{
background-color: #DBBE5A;
}
</style>
border-color css
<style>
span { border-color: #DBBE5A; }
span { border-color: rgb(219,190,90); }
td.TdClassName
{
border-color: #DBBE5A;
}
.TagClassName
{
border-color: #DBBE5A;
}
</style>