Shades of Tacha #DBBC64
Tints of Tacha #DBBC64
RGB
CMYK
RGB Variations
Color information
#DBBC64 (or 0xDBBC64) is known color: Tacha. HEX triplet: DB, BC and 64. RGB value is (219,188,100). Sum of RGB (Red+Green+Blue) = 219+188+100=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC64 is #24439B. Grayscale: #BBBBBB. Windows color (decimal): -2376604 or 6601947. OLE color: 6601947.
HSL color Cylindrical-coordinate representation of color #DBBC64: hue angle of 44.37º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBBC64 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 100 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.14 |
| HSL | 44.37º | 0.62% | 0.63% | - |
| HSV(B) | 44.37º | 0.54% | 0.86% | - |
| XYZ | 49.5 | 51.95 | 19.47 | - |
| YUV | 187.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 100 | 0 | 0.14 | 0.54 | 0.14 | 44.37 | 0.62 | 0.63 |
| Hex | DB | BC | 64 | 0 | E | 36 | E | 2C | 3E | 3F |
| Octal | 333 | 274 | 144 | 0 | 16 | 66 | 16 | 54 | 76 | 77 |
| Binary | 11011011 | 10111100 | 1100100 | 0 | 1110 | 110110 | 1110 | 101100 | 111110 | 111111 |
Color Harmonies of #DBBC64
Complementary color
Monochromatic Colors of #DBBC64
Black with #DBBC64
Text Example
Text Example
White with #DBBC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC64; }
p { color: rgb(219,188,100); }
H1.HeaderClassName
{
color: #DBBC64;
}
.AnyTagClassName
{
color: #DBBC64;
}
</style>
background-color css
<style>
a { background-color: #DBBC64; }
a { background-color: rgb(219,188,100); }
div.DivClassName
{
background-color: #DBBC64;
}
.BgClassName
{
background-color: #DBBC64;
}
</style>
border-color css
<style>
span { border-color: #DBBC64; }
span { border-color: rgb(219,188,100); }
td.TdClassName
{
border-color: #DBBC64;
}
.TagClassName
{
border-color: #DBBC64;
}
</style>