Shades of Tacha #DBBC5C
Tints of Tacha #DBBC5C
RGB
CMYK
RGB Variations
Color information
#DBBC5C (or 0xDBBC5C) is known color: Tacha. HEX triplet: DB, BC and 5C. RGB value is (219,188,92). Sum of RGB (Red+Green+Blue) = 219+188+92=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC5C is #2443A3. Grayscale: #BABABA. Windows color (decimal): -2376612 or 6077659. OLE color: 6077659.
HSL color Cylindrical-coordinate representation of color #DBBC5C: hue angle of 45.35º 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 #DBBC5C is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 92 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.14 |
| HSL | 45.35º | 0.64% | 0.61% | - |
| HSV(B) | 45.35º | 0.58% | 0.86% | - |
| XYZ | 49.13 | 51.8 | 17.53 | - |
| YUV | 186.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 92 | 0 | 0.14 | 0.58 | 0.14 | 45.35 | 0.64 | 0.61 |
| Hex | DB | BC | 5C | 0 | E | 3A | E | 2D | 40 | 3D |
| Octal | 333 | 274 | 134 | 0 | 16 | 72 | 16 | 55 | 100 | 75 |
| Binary | 11011011 | 10111100 | 1011100 | 0 | 1110 | 111010 | 1110 | 101101 | 1000000 | 111101 |
Color Harmonies of #DBBC5C
Complementary color
Monochromatic Colors of #DBBC5C
Black with #DBBC5C
Text Example
Text Example
White with #DBBC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC5C; }
p { color: rgb(219,188,92); }
H1.HeaderClassName
{
color: #DBBC5C;
}
.AnyTagClassName
{
color: #DBBC5C;
}
</style>
background-color css
<style>
a { background-color: #DBBC5C; }
a { background-color: rgb(219,188,92); }
div.DivClassName
{
background-color: #DBBC5C;
}
.BgClassName
{
background-color: #DBBC5C;
}
</style>
border-color css
<style>
span { border-color: #DBBC5C; }
span { border-color: rgb(219,188,92); }
td.TdClassName
{
border-color: #DBBC5C;
}
.TagClassName
{
border-color: #DBBC5C;
}
</style>