Shades of Tacha #DBBC5A
Tints of Tacha #DBBC5A
RGB
CMYK
RGB Variations
Color information
#DBBC5A (or 0xDBBC5A) is known color: Tacha. HEX triplet: DB, BC and 5A. RGB value is (219,188,90). Sum of RGB (Red+Green+Blue) = 219+188+90=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC5A is #2443A5. Grayscale: #BABABA. Windows color (decimal): -2376614 or 5946587. OLE color: 5946587.
HSL color Cylindrical-coordinate representation of color #DBBC5A: hue angle of 45.58º 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 #DBBC5A is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 90 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.14 |
| HSL | 45.58º | 0.64% | 0.61% | - |
| HSV(B) | 45.58º | 0.59% | 0.86% | - |
| XYZ | 49.04 | 51.76 | 17.08 | - |
| YUV | 186.1 | 73.77 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 90 | 0 | 0.14 | 0.59 | 0.14 | 45.58 | 0.64 | 0.61 |
| Hex | DB | BC | 5A | 0 | E | 3B | E | 2E | 40 | 3D |
| Octal | 333 | 274 | 132 | 0 | 16 | 73 | 16 | 56 | 100 | 75 |
| Binary | 11011011 | 10111100 | 1011010 | 0 | 1110 | 111011 | 1110 | 101110 | 1000000 | 111101 |
Color Harmonies of #DBBC5A
Complementary color
Monochromatic Colors of #DBBC5A
Black with #DBBC5A
Text Example
Text Example
White with #DBBC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC5A; }
p { color: rgb(219,188,90); }
H1.HeaderClassName
{
color: #DBBC5A;
}
.AnyTagClassName
{
color: #DBBC5A;
}
</style>
background-color css
<style>
a { background-color: #DBBC5A; }
a { background-color: rgb(219,188,90); }
div.DivClassName
{
background-color: #DBBC5A;
}
.BgClassName
{
background-color: #DBBC5A;
}
</style>
border-color css
<style>
span { border-color: #DBBC5A; }
span { border-color: rgb(219,188,90); }
td.TdClassName
{
border-color: #DBBC5A;
}
.TagClassName
{
border-color: #DBBC5A;
}
</style>