Shades of Tacha #DBC15A
Tints of Tacha #DBC15A
RGB
CMYK
RGB Variations
Color information
#DBC15A (or 0xDBC15A) is known color: Tacha. HEX triplet: DB, C1 and 5A. RGB value is (219,193,90). Sum of RGB (Red+Green+Blue) = 219+193+90=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC15A is #243EA5. Grayscale: #BDBDBD. Windows color (decimal): -2375334 or 5947867. OLE color: 5947867.
HSL color Cylindrical-coordinate representation of color #DBC15A: hue angle of 47.91º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBC15A is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 90 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.14 |
| HSL | 47.91º | 0.64% | 0.61% | - |
| HSV(B) | 47.91º | 0.59% | 0.86% | - |
| XYZ | 50.13 | 53.94 | 17.44 | - |
| YUV | 189.03 | 72.11 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 90 | 0 | 0.12 | 0.59 | 0.14 | 47.91 | 0.64 | 0.61 |
| Hex | DB | C1 | 5A | 0 | C | 3B | E | 30 | 40 | 3D |
| Octal | 333 | 301 | 132 | 0 | 14 | 73 | 16 | 60 | 100 | 75 |
| Binary | 11011011 | 11000001 | 1011010 | 0 | 1100 | 111011 | 1110 | 110000 | 1000000 | 111101 |
Color Harmonies of #DBC15A
Complementary color
Monochromatic Colors of #DBC15A
Black with #DBC15A
Text Example
Text Example
White with #DBC15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC15A; }
p { color: rgb(219,193,90); }
H1.HeaderClassName
{
color: #DBC15A;
}
.AnyTagClassName
{
color: #DBC15A;
}
</style>
background-color css
<style>
a { background-color: #DBC15A; }
a { background-color: rgb(219,193,90); }
div.DivClassName
{
background-color: #DBC15A;
}
.BgClassName
{
background-color: #DBC15A;
}
</style>
border-color css
<style>
span { border-color: #DBC15A; }
span { border-color: rgb(219,193,90); }
td.TdClassName
{
border-color: #DBC15A;
}
.TagClassName
{
border-color: #DBC15A;
}
</style>