Shades of Tacha #DBC55D
Tints of Tacha #DBC55D
RGB
CMYK
RGB Variations
Color information
#DBC55D (or 0xDBC55D) is known color: Tacha. HEX triplet: DB, C5 and 5D. RGB value is (219,197,93). Sum of RGB (Red+Green+Blue) = 219+197+93=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC55D is #243AA2. Grayscale: #C0C0C0. Windows color (decimal): -2374307 or 6145499. OLE color: 6145499.
HSL color Cylindrical-coordinate representation of color #DBC55D: hue angle of 49.52º 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 #DBC55D is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 93 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.14 |
| HSL | 49.52º | 0.64% | 0.61% | - |
| HSV(B) | 49.52º | 0.58% | 0.86% | - |
| XYZ | 51.16 | 55.78 | 18.43 | - |
| YUV | 191.72 | 72.29 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 93 | 0 | 0.10 | 0.58 | 0.14 | 49.52 | 0.64 | 0.61 |
| Hex | DB | C5 | 5D | 0 | A | 3A | E | 32 | 40 | 3D |
| Octal | 333 | 305 | 135 | 0 | 12 | 72 | 16 | 62 | 100 | 75 |
| Binary | 11011011 | 11000101 | 1011101 | 0 | 1010 | 111010 | 1110 | 110010 | 1000000 | 111101 |
Color Harmonies of #DBC55D
Complementary color
Monochromatic Colors of #DBC55D
Black with #DBC55D
Text Example
Text Example
White with #DBC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC55D; }
p { color: rgb(219,197,93); }
H1.HeaderClassName
{
color: #DBC55D;
}
.AnyTagClassName
{
color: #DBC55D;
}
</style>
background-color css
<style>
a { background-color: #DBC55D; }
a { background-color: rgb(219,197,93); }
div.DivClassName
{
background-color: #DBC55D;
}
.BgClassName
{
background-color: #DBC55D;
}
</style>
border-color css
<style>
span { border-color: #DBC55D; }
span { border-color: rgb(219,197,93); }
td.TdClassName
{
border-color: #DBC55D;
}
.TagClassName
{
border-color: #DBC55D;
}
</style>