Shades of Tacha #DBC063
Tints of Tacha #DBC063
RGB
CMYK
RGB Variations
Color information
#DBC063 (or 0xDBC063) is known color: Tacha. HEX triplet: DB, C0 and 63. RGB value is (219,192,99). Sum of RGB (Red+Green+Blue) = 219+192+99=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC063 is #243F9C. Grayscale: #BDBDBD. Windows color (decimal): -2375581 or 6537435. OLE color: 6537435.
HSL color Cylindrical-coordinate representation of color #DBC063: hue angle of 46.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBC063 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 99 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.14 |
| HSL | 46.5º | 0.63% | 0.62% | - |
| HSV(B) | 46.5º | 0.55% | 0.86% | - |
| XYZ | 50.32 | 53.66 | 19.51 | - |
| YUV | 189.47 | 76.95 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 99 | 0 | 0.12 | 0.55 | 0.14 | 46.5 | 0.63 | 0.62 |
| Hex | DB | C0 | 63 | 0 | C | 37 | E | 2E | 3E | 3E |
| Octal | 333 | 300 | 143 | 0 | 14 | 67 | 16 | 56 | 76 | 76 |
| Binary | 11011011 | 11000000 | 1100011 | 0 | 1100 | 110111 | 1110 | 101110 | 111110 | 111110 |
Color Harmonies of #DBC063
Complementary color
Monochromatic Colors of #DBC063
Black with #DBC063
Text Example
Text Example
White with #DBC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC063; }
p { color: rgb(219,192,99); }
H1.HeaderClassName
{
color: #DBC063;
}
.AnyTagClassName
{
color: #DBC063;
}
</style>
background-color css
<style>
a { background-color: #DBC063; }
a { background-color: rgb(219,192,99); }
div.DivClassName
{
background-color: #DBC063;
}
.BgClassName
{
background-color: #DBC063;
}
</style>
border-color css
<style>
span { border-color: #DBC063; }
span { border-color: rgb(219,192,99); }
td.TdClassName
{
border-color: #DBC063;
}
.TagClassName
{
border-color: #DBC063;
}
</style>