Shades of Tacha #DBC65D
Tints of Tacha #DBC65D
RGB
CMYK
RGB Variations
Color information
#DBC65D (or 0xDBC65D) is known color: Tacha. HEX triplet: DB, C6 and 5D. RGB value is (219,198,93). Sum of RGB (Red+Green+Blue) = 219+198+93=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC65D is #2439A2. Grayscale: #C0C0C0. Windows color (decimal): -2374051 or 6145755. OLE color: 6145755.
HSL color Cylindrical-coordinate representation of color #DBC65D: hue angle of 50º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBC65D is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 93 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.14 |
| HSL | 50º | 0.64% | 0.61% | - |
| HSV(B) | 50º | 0.58% | 0.86% | - |
| XYZ | 51.38 | 56.24 | 18.5 | - |
| YUV | 192.31 | 71.96 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 93 | 0 | 0.10 | 0.58 | 0.14 | 50 | 0.64 | 0.61 |
| Hex | DB | C6 | 5D | 0 | A | 3A | E | 32 | 40 | 3D |
| Octal | 333 | 306 | 135 | 0 | 12 | 72 | 16 | 62 | 100 | 75 |
| Binary | 11011011 | 11000110 | 1011101 | 0 | 1010 | 111010 | 1110 | 110010 | 1000000 | 111101 |
Color Harmonies of #DBC65D
Complementary color
Monochromatic Colors of #DBC65D
Black with #DBC65D
Text Example
Text Example
White with #DBC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC65D; }
p { color: rgb(219,198,93); }
H1.HeaderClassName
{
color: #DBC65D;
}
.AnyTagClassName
{
color: #DBC65D;
}
</style>
background-color css
<style>
a { background-color: #DBC65D; }
a { background-color: rgb(219,198,93); }
div.DivClassName
{
background-color: #DBC65D;
}
.BgClassName
{
background-color: #DBC65D;
}
</style>
border-color css
<style>
span { border-color: #DBC65D; }
span { border-color: rgb(219,198,93); }
td.TdClassName
{
border-color: #DBC65D;
}
.TagClassName
{
border-color: #DBC65D;
}
</style>