Shades of Tacha #DBBC55
Tints of Tacha #DBBC55
RGB
CMYK
RGB Variations
Color information
#DBBC55 (or 0xDBBC55) is known color: Tacha. HEX triplet: DB, BC and 55. RGB value is (219,188,85). Sum of RGB (Red+Green+Blue) = 219+188+85=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC55 is #2443AA. Grayscale: #B9B9B9. Windows color (decimal): -2376619 or 5618907. OLE color: 5618907.
HSL color Cylindrical-coordinate representation of color #DBBC55: hue angle of 46.12º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBBC55 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 85 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.14 |
| HSL | 46.12º | 0.65% | 0.6% | - |
| HSV(B) | 46.12º | 0.61% | 0.86% | - |
| XYZ | 48.84 | 51.68 | 16 | - |
| YUV | 185.53 | 71.27 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 85 | 0 | 0.14 | 0.61 | 0.14 | 46.12 | 0.65 | 0.6 |
| Hex | DB | BC | 55 | 0 | E | 3D | E | 2E | 41 | 3C |
| Octal | 333 | 274 | 125 | 0 | 16 | 75 | 16 | 56 | 101 | 74 |
| Binary | 11011011 | 10111100 | 1010101 | 0 | 1110 | 111101 | 1110 | 101110 | 1000001 | 111100 |
Color Harmonies of #DBBC55
Complementary color
Monochromatic Colors of #DBBC55
Black with #DBBC55
Text Example
Text Example
White with #DBBC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC55; }
p { color: rgb(219,188,85); }
H1.HeaderClassName
{
color: #DBBC55;
}
.AnyTagClassName
{
color: #DBBC55;
}
</style>
background-color css
<style>
a { background-color: #DBBC55; }
a { background-color: rgb(219,188,85); }
div.DivClassName
{
background-color: #DBBC55;
}
.BgClassName
{
background-color: #DBBC55;
}
</style>
border-color css
<style>
span { border-color: #DBBC55; }
span { border-color: rgb(219,188,85); }
td.TdClassName
{
border-color: #DBBC55;
}
.TagClassName
{
border-color: #DBBC55;
}
</style>