Shades of Tacha #DBC65E
Tints of Tacha #DBC65E
RGB
CMYK
RGB Variations
Color information
#DBC65E (or 0xDBC65E) is known color: Tacha. HEX triplet: DB, C6 and 5E. RGB value is (219,198,94). Sum of RGB (Red+Green+Blue) = 219+198+94=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC65E is #2439A1. Grayscale: #C0C0C0. Windows color (decimal): -2374050 or 6211291. OLE color: 6211291.
HSL color Cylindrical-coordinate representation of color #DBC65E: hue angle of 49.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBC65E is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 94 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.14 |
| HSL | 49.92º | 0.63% | 0.61% | - |
| HSV(B) | 49.92º | 0.57% | 0.86% | - |
| XYZ | 51.43 | 56.26 | 18.74 | - |
| YUV | 192.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 94 | 0 | 0.10 | 0.57 | 0.14 | 49.92 | 0.63 | 0.61 |
| Hex | DB | C6 | 5E | 0 | A | 39 | E | 32 | 3F | 3D |
| Octal | 333 | 306 | 136 | 0 | 12 | 71 | 16 | 62 | 77 | 75 |
| Binary | 11011011 | 11000110 | 1011110 | 0 | 1010 | 111001 | 1110 | 110010 | 111111 | 111101 |
Color Harmonies of #DBC65E
Complementary color
Monochromatic Colors of #DBC65E
Black with #DBC65E
Text Example
Text Example
White with #DBC65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC65E; }
p { color: rgb(219,198,94); }
H1.HeaderClassName
{
color: #DBC65E;
}
.AnyTagClassName
{
color: #DBC65E;
}
</style>
background-color css
<style>
a { background-color: #DBC65E; }
a { background-color: rgb(219,198,94); }
div.DivClassName
{
background-color: #DBC65E;
}
.BgClassName
{
background-color: #DBC65E;
}
</style>
border-color css
<style>
span { border-color: #DBC65E; }
span { border-color: rgb(219,198,94); }
td.TdClassName
{
border-color: #DBC65E;
}
.TagClassName
{
border-color: #DBC65E;
}
</style>