Shades of Tacha #DBC062
Tints of Tacha #DBC062
RGB
CMYK
RGB Variations
Color information
#DBC062 (or 0xDBC062) is known color: Tacha. HEX triplet: DB, C0 and 62. RGB value is (219,192,98). Sum of RGB (Red+Green+Blue) = 219+192+98=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC062 is #243F9D. Grayscale: #BDBDBD. Windows color (decimal): -2375582 or 6471899. OLE color: 6471899.
HSL color Cylindrical-coordinate representation of color #DBC062: hue angle of 46.61º degrees, saturation: 0.63, 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 #DBC062 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 98 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.14 |
| HSL | 46.61º | 0.63% | 0.62% | - |
| HSV(B) | 46.61º | 0.55% | 0.86% | - |
| XYZ | 50.27 | 53.64 | 19.26 | - |
| YUV | 189.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 98 | 0 | 0.12 | 0.55 | 0.14 | 46.61 | 0.63 | 0.62 |
| Hex | DB | C0 | 62 | 0 | C | 37 | E | 2F | 3F | 3E |
| Octal | 333 | 300 | 142 | 0 | 14 | 67 | 16 | 57 | 77 | 76 |
| Binary | 11011011 | 11000000 | 1100010 | 0 | 1100 | 110111 | 1110 | 101111 | 111111 | 111110 |
Color Harmonies of #DBC062
Complementary color
Monochromatic Colors of #DBC062
Black with #DBC062
Text Example
Text Example
White with #DBC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC062; }
p { color: rgb(219,192,98); }
H1.HeaderClassName
{
color: #DBC062;
}
.AnyTagClassName
{
color: #DBC062;
}
</style>
background-color css
<style>
a { background-color: #DBC062; }
a { background-color: rgb(219,192,98); }
div.DivClassName
{
background-color: #DBC062;
}
.BgClassName
{
background-color: #DBC062;
}
</style>
border-color css
<style>
span { border-color: #DBC062; }
span { border-color: rgb(219,192,98); }
td.TdClassName
{
border-color: #DBC062;
}
.TagClassName
{
border-color: #DBC062;
}
</style>