Shades of Tacha #DBC256
Tints of Tacha #DBC256
RGB
CMYK
RGB Variations
Color information
#DBC256 (or 0xDBC256) is known color: Tacha. HEX triplet: DB, C2 and 56. RGB value is (219,194,86). Sum of RGB (Red+Green+Blue) = 219+194+86=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC256 is #243DA9. Grayscale: #BDBDBD. Windows color (decimal): -2375082 or 5685979. OLE color: 5685979.
HSL color Cylindrical-coordinate representation of color #DBC256: hue angle of 48.72º 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 #DBC256 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 86 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.14 |
| HSL | 48.72º | 0.65% | 0.6% | - |
| HSV(B) | 48.72º | 0.61% | 0.86% | - |
| XYZ | 50.18 | 54.32 | 16.64 | - |
| YUV | 189.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 86 | 0 | 0.11 | 0.61 | 0.14 | 48.72 | 0.65 | 0.6 |
| Hex | DB | C2 | 56 | 0 | B | 3D | E | 31 | 41 | 3C |
| Octal | 333 | 302 | 126 | 0 | 13 | 75 | 16 | 61 | 101 | 74 |
| Binary | 11011011 | 11000010 | 1010110 | 0 | 1011 | 111101 | 1110 | 110001 | 1000001 | 111100 |
Color Harmonies of #DBC256
Complementary color
Monochromatic Colors of #DBC256
Black with #DBC256
Text Example
Text Example
White with #DBC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC256; }
p { color: rgb(219,194,86); }
H1.HeaderClassName
{
color: #DBC256;
}
.AnyTagClassName
{
color: #DBC256;
}
</style>
background-color css
<style>
a { background-color: #DBC256; }
a { background-color: rgb(219,194,86); }
div.DivClassName
{
background-color: #DBC256;
}
.BgClassName
{
background-color: #DBC256;
}
</style>
border-color css
<style>
span { border-color: #DBC256; }
span { border-color: rgb(219,194,86); }
td.TdClassName
{
border-color: #DBC256;
}
.TagClassName
{
border-color: #DBC256;
}
</style>