Shades of Tacha #DBBE54
Tints of Tacha #DBBE54
RGB
CMYK
RGB Variations
Color information
#DBBE54 (or 0xDBBE54) is known color: Tacha. HEX triplet: DB, BE and 54. RGB value is (219,190,84). Sum of RGB (Red+Green+Blue) = 219+190+84=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE54 is #2441AB. Grayscale: #BBBBBB. Windows color (decimal): -2376108 or 5553883. OLE color: 5553883.
HSL color Cylindrical-coordinate representation of color #DBBE54: hue angle of 47.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBBE54 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 84 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.14 |
| HSL | 47.11º | 0.65% | 0.59% | - |
| HSV(B) | 47.11º | 0.62% | 0.86% | - |
| XYZ | 49.23 | 52.53 | 15.93 | - |
| YUV | 186.59 | 70.11 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 84 | 0 | 0.13 | 0.62 | 0.14 | 47.11 | 0.65 | 0.59 |
| Hex | DB | BE | 54 | 0 | D | 3E | E | 2F | 41 | 3B |
| Octal | 333 | 276 | 124 | 0 | 15 | 76 | 16 | 57 | 101 | 73 |
| Binary | 11011011 | 10111110 | 1010100 | 0 | 1101 | 111110 | 1110 | 101111 | 1000001 | 111011 |
Color Harmonies of #DBBE54
Complementary color
Monochromatic Colors of #DBBE54
Black with #DBBE54
Text Example
Text Example
White with #DBBE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE54; }
p { color: rgb(219,190,84); }
H1.HeaderClassName
{
color: #DBBE54;
}
.AnyTagClassName
{
color: #DBBE54;
}
</style>
background-color css
<style>
a { background-color: #DBBE54; }
a { background-color: rgb(219,190,84); }
div.DivClassName
{
background-color: #DBBE54;
}
.BgClassName
{
background-color: #DBBE54;
}
</style>
border-color css
<style>
span { border-color: #DBBE54; }
span { border-color: rgb(219,190,84); }
td.TdClassName
{
border-color: #DBBE54;
}
.TagClassName
{
border-color: #DBBE54;
}
</style>