Shades of Tacha #DBC85E
Tints of Tacha #DBC85E
RGB
CMYK
RGB Variations
Color information
#DBC85E (or 0xDBC85E) is known color: Tacha. HEX triplet: DB, C8 and 5E. RGB value is (219,200,94). Sum of RGB (Red+Green+Blue) = 219+200+94=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC85E is #2437A1. Grayscale: #C2C2C2. Windows color (decimal): -2373538 or 6211803. OLE color: 6211803.
HSL color Cylindrical-coordinate representation of color #DBC85E: hue angle of 50.88º 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 #DBC85E is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 94 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.14 |
| HSL | 50.88º | 0.63% | 0.61% | - |
| HSV(B) | 50.88º | 0.57% | 0.86% | - |
| XYZ | 51.89 | 57.18 | 18.89 | - |
| YUV | 193.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 94 | 0 | 0.09 | 0.57 | 0.14 | 50.88 | 0.63 | 0.61 |
| Hex | DB | C8 | 5E | 0 | 9 | 39 | E | 33 | 3F | 3D |
| Octal | 333 | 310 | 136 | 0 | 11 | 71 | 16 | 63 | 77 | 75 |
| Binary | 11011011 | 11001000 | 1011110 | 0 | 1001 | 111001 | 1110 | 110011 | 111111 | 111101 |
Color Harmonies of #DBC85E
Complementary color
Monochromatic Colors of #DBC85E
Black with #DBC85E
Text Example
Text Example
White with #DBC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC85E; }
p { color: rgb(219,200,94); }
H1.HeaderClassName
{
color: #DBC85E;
}
.AnyTagClassName
{
color: #DBC85E;
}
</style>
background-color css
<style>
a { background-color: #DBC85E; }
a { background-color: rgb(219,200,94); }
div.DivClassName
{
background-color: #DBC85E;
}
.BgClassName
{
background-color: #DBC85E;
}
</style>
border-color css
<style>
span { border-color: #DBC85E; }
span { border-color: rgb(219,200,94); }
td.TdClassName
{
border-color: #DBC85E;
}
.TagClassName
{
border-color: #DBC85E;
}
</style>