Shades of Tacha #DBBA54
Tints of Tacha #DBBA54
RGB
CMYK
RGB Variations
Color information
#DBBA54 (or 0xDBBA54) is known color: Tacha. HEX triplet: DB, BA and 54. RGB value is (219,186,84). Sum of RGB (Red+Green+Blue) = 219+186+84=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 84 (33.20% from 255 or 17.18% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA54 is #2445AB. Grayscale: #B8B8B8. Windows color (decimal): -2377132 or 5552859. OLE color: 5552859.
HSL color Cylindrical-coordinate representation of color #DBBA54: hue angle of 45.33º 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 #DBBA54 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 84 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.14 |
| HSL | 45.33º | 0.65% | 0.59% | - |
| HSV(B) | 45.33º | 0.62% | 0.86% | - |
| XYZ | 48.37 | 50.82 | 15.65 | - |
| YUV | 184.24 | 71.43 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 84 | 0 | 0.15 | 0.62 | 0.14 | 45.33 | 0.65 | 0.59 |
| Hex | DB | BA | 54 | 0 | F | 3E | E | 2D | 41 | 3B |
| Octal | 333 | 272 | 124 | 0 | 17 | 76 | 16 | 55 | 101 | 73 |
| Binary | 11011011 | 10111010 | 1010100 | 0 | 1111 | 111110 | 1110 | 101101 | 1000001 | 111011 |
Color Harmonies of #DBBA54
Complementary color
Monochromatic Colors of #DBBA54
Black with #DBBA54
Text Example
Text Example
White with #DBBA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA54; }
p { color: rgb(219,186,84); }
H1.HeaderClassName
{
color: #DBBA54;
}
.AnyTagClassName
{
color: #DBBA54;
}
</style>
background-color css
<style>
a { background-color: #DBBA54; }
a { background-color: rgb(219,186,84); }
div.DivClassName
{
background-color: #DBBA54;
}
.BgClassName
{
background-color: #DBBA54;
}
</style>
border-color css
<style>
span { border-color: #DBBA54; }
span { border-color: rgb(219,186,84); }
td.TdClassName
{
border-color: #DBBA54;
}
.TagClassName
{
border-color: #DBBA54;
}
</style>