Shades of Tacha #DBBC5F
Tints of Tacha #DBBC5F
RGB
CMYK
RGB Variations
Color information
#DBBC5F (or 0xDBBC5F) is known color: Tacha. HEX triplet: DB, BC and 5F. RGB value is (219,188,95). Sum of RGB (Red+Green+Blue) = 219+188+95=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC5F is #2443A0. Grayscale: #BBBBBB. Windows color (decimal): -2376609 or 6274267. OLE color: 6274267.
HSL color Cylindrical-coordinate representation of color #DBBC5F: hue angle of 45º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBBC5F is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 95 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.14 |
| HSL | 45º | 0.63% | 0.62% | - |
| HSV(B) | 45º | 0.57% | 0.86% | - |
| XYZ | 49.26 | 51.85 | 18.24 | - |
| YUV | 186.67 | 76.27 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 95 | 0 | 0.14 | 0.57 | 0.14 | 45 | 0.63 | 0.62 |
| Hex | DB | BC | 5F | 0 | E | 39 | E | 2D | 3F | 3E |
| Octal | 333 | 274 | 137 | 0 | 16 | 71 | 16 | 55 | 77 | 76 |
| Binary | 11011011 | 10111100 | 1011111 | 0 | 1110 | 111001 | 1110 | 101101 | 111111 | 111110 |
Color Harmonies of #DBBC5F
Complementary color
Monochromatic Colors of #DBBC5F
Black with #DBBC5F
Text Example
Text Example
White with #DBBC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC5F; }
p { color: rgb(219,188,95); }
H1.HeaderClassName
{
color: #DBBC5F;
}
.AnyTagClassName
{
color: #DBBC5F;
}
</style>
background-color css
<style>
a { background-color: #DBBC5F; }
a { background-color: rgb(219,188,95); }
div.DivClassName
{
background-color: #DBBC5F;
}
.BgClassName
{
background-color: #DBBC5F;
}
</style>
border-color css
<style>
span { border-color: #DBBC5F; }
span { border-color: rgb(219,188,95); }
td.TdClassName
{
border-color: #DBBC5F;
}
.TagClassName
{
border-color: #DBBC5F;
}
</style>