Shades of Tacha #DBBE64
Tints of Tacha #DBBE64
RGB
CMYK
RGB Variations
Color information
#DBBE64 (or 0xDBBE64) is known color: Tacha. HEX triplet: DB, BE and 64. RGB value is (219,190,100). Sum of RGB (Red+Green+Blue) = 219+190+100=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE64 is #24419B. Grayscale: #BCBCBC. Windows color (decimal): -2376092 or 6602459. OLE color: 6602459.
HSL color Cylindrical-coordinate representation of color #DBBE64: hue angle of 45.38º 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 #DBBE64 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 100 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.14 |
| HSL | 45.38º | 0.62% | 0.63% | - |
| HSV(B) | 45.38º | 0.54% | 0.86% | - |
| XYZ | 49.93 | 52.81 | 19.62 | - |
| YUV | 188.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 100 | 0 | 0.13 | 0.54 | 0.14 | 45.38 | 0.62 | 0.63 |
| Hex | DB | BE | 64 | 0 | D | 36 | E | 2D | 3E | 3F |
| Octal | 333 | 276 | 144 | 0 | 15 | 66 | 16 | 55 | 76 | 77 |
| Binary | 11011011 | 10111110 | 1100100 | 0 | 1101 | 110110 | 1110 | 101101 | 111110 | 111111 |
Color Harmonies of #DBBE64
Complementary color
Monochromatic Colors of #DBBE64
Black with #DBBE64
Text Example
Text Example
White with #DBBE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE64; }
p { color: rgb(219,190,100); }
H1.HeaderClassName
{
color: #DBBE64;
}
.AnyTagClassName
{
color: #DBBE64;
}
</style>
background-color css
<style>
a { background-color: #DBBE64; }
a { background-color: rgb(219,190,100); }
div.DivClassName
{
background-color: #DBBE64;
}
.BgClassName
{
background-color: #DBBE64;
}
</style>
border-color css
<style>
span { border-color: #DBBE64; }
span { border-color: rgb(219,190,100); }
td.TdClassName
{
border-color: #DBBE64;
}
.TagClassName
{
border-color: #DBBE64;
}
</style>