Shades of Tacha #DBC15B
Tints of Tacha #DBC15B
RGB
CMYK
RGB Variations
Color information
#DBC15B (or 0xDBC15B) is known color: Tacha. HEX triplet: DB, C1 and 5B. RGB value is (219,193,91). Sum of RGB (Red+Green+Blue) = 219+193+91=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC15B is #243EA4. Grayscale: #BDBDBD. Windows color (decimal): -2375333 or 6013403. OLE color: 6013403.
HSL color Cylindrical-coordinate representation of color #DBC15B: hue angle of 47.81º 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 #DBC15B is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 91 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.14 |
| HSL | 47.81º | 0.64% | 0.61% | - |
| HSV(B) | 47.81º | 0.58% | 0.86% | - |
| XYZ | 50.17 | 53.96 | 17.67 | - |
| YUV | 189.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 91 | 0 | 0.12 | 0.58 | 0.14 | 47.81 | 0.64 | 0.61 |
| Hex | DB | C1 | 5B | 0 | C | 3A | E | 30 | 40 | 3D |
| Octal | 333 | 301 | 133 | 0 | 14 | 72 | 16 | 60 | 100 | 75 |
| Binary | 11011011 | 11000001 | 1011011 | 0 | 1100 | 111010 | 1110 | 110000 | 1000000 | 111101 |
Color Harmonies of #DBC15B
Complementary color
Monochromatic Colors of #DBC15B
Black with #DBC15B
Text Example
Text Example
White with #DBC15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC15B; }
p { color: rgb(219,193,91); }
H1.HeaderClassName
{
color: #DBC15B;
}
.AnyTagClassName
{
color: #DBC15B;
}
</style>
background-color css
<style>
a { background-color: #DBC15B; }
a { background-color: rgb(219,193,91); }
div.DivClassName
{
background-color: #DBC15B;
}
.BgClassName
{
background-color: #DBC15B;
}
</style>
border-color css
<style>
span { border-color: #DBC15B; }
span { border-color: rgb(219,193,91); }
td.TdClassName
{
border-color: #DBC15B;
}
.TagClassName
{
border-color: #DBC15B;
}
</style>