Shades of Tacha #DBC064
Tints of Tacha #DBC064
RGB
CMYK
RGB Variations
Color information
#DBC064 (or 0xDBC064) is known color: Tacha. HEX triplet: DB, C0 and 64. RGB value is (219,192,100). Sum of RGB (Red+Green+Blue) = 219+192+100=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC064 is #243F9B. Grayscale: #BDBDBD. Windows color (decimal): -2375580 or 6602971. OLE color: 6602971.
HSL color Cylindrical-coordinate representation of color #DBC064: hue angle of 46.39º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBC064 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 100 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.14 |
| HSL | 46.39º | 0.62% | 0.63% | - |
| HSV(B) | 46.39º | 0.54% | 0.86% | - |
| XYZ | 50.36 | 53.68 | 19.76 | - |
| YUV | 189.59 | 77.45 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 100 | 0 | 0.12 | 0.54 | 0.14 | 46.39 | 0.62 | 0.63 |
| Hex | DB | C0 | 64 | 0 | C | 36 | E | 2E | 3E | 3F |
| Octal | 333 | 300 | 144 | 0 | 14 | 66 | 16 | 56 | 76 | 77 |
| Binary | 11011011 | 11000000 | 1100100 | 0 | 1100 | 110110 | 1110 | 101110 | 111110 | 111111 |
Color Harmonies of #DBC064
Complementary color
Monochromatic Colors of #DBC064
Black with #DBC064
Text Example
Text Example
White with #DBC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC064; }
p { color: rgb(219,192,100); }
H1.HeaderClassName
{
color: #DBC064;
}
.AnyTagClassName
{
color: #DBC064;
}
</style>
background-color css
<style>
a { background-color: #DBC064; }
a { background-color: rgb(219,192,100); }
div.DivClassName
{
background-color: #DBC064;
}
.BgClassName
{
background-color: #DBC064;
}
</style>
border-color css
<style>
span { border-color: #DBC064; }
span { border-color: rgb(219,192,100); }
td.TdClassName
{
border-color: #DBC064;
}
.TagClassName
{
border-color: #DBC064;
}
</style>