Shades of Tacha #DBC45D
Tints of Tacha #DBC45D
RGB
CMYK
RGB Variations
Color information
#DBC45D (or 0xDBC45D) is known color: Tacha. HEX triplet: DB, C4 and 5D. RGB value is (219,196,93). Sum of RGB (Red+Green+Blue) = 219+196+93=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC45D is #243BA2. Grayscale: #BFBFBF. Windows color (decimal): -2374563 or 6145243. OLE color: 6145243.
HSL color Cylindrical-coordinate representation of color #DBC45D: hue angle of 49.05º 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 #DBC45D is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 93 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.14 |
| HSL | 49.05º | 0.64% | 0.61% | - |
| HSV(B) | 49.05º | 0.58% | 0.86% | - |
| XYZ | 50.93 | 55.33 | 18.35 | - |
| YUV | 191.14 | 72.62 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 93 | 0 | 0.11 | 0.58 | 0.14 | 49.05 | 0.64 | 0.61 |
| Hex | DB | C4 | 5D | 0 | B | 3A | E | 31 | 40 | 3D |
| Octal | 333 | 304 | 135 | 0 | 13 | 72 | 16 | 61 | 100 | 75 |
| Binary | 11011011 | 11000100 | 1011101 | 0 | 1011 | 111010 | 1110 | 110001 | 1000000 | 111101 |
Color Harmonies of #DBC45D
Complementary color
Monochromatic Colors of #DBC45D
Black with #DBC45D
Text Example
Text Example
White with #DBC45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC45D; }
p { color: rgb(219,196,93); }
H1.HeaderClassName
{
color: #DBC45D;
}
.AnyTagClassName
{
color: #DBC45D;
}
</style>
background-color css
<style>
a { background-color: #DBC45D; }
a { background-color: rgb(219,196,93); }
div.DivClassName
{
background-color: #DBC45D;
}
.BgClassName
{
background-color: #DBC45D;
}
</style>
border-color css
<style>
span { border-color: #DBC45D; }
span { border-color: rgb(219,196,93); }
td.TdClassName
{
border-color: #DBC45D;
}
.TagClassName
{
border-color: #DBC45D;
}
</style>