Shades of Tacha #DBBE66
Tints of Tacha #DBBE66
RGB
CMYK
RGB Variations
Color information
#DBBE66 (or 0xDBBE66) is known color: Tacha. HEX triplet: DB, BE and 66. RGB value is (219,190,102). Sum of RGB (Red+Green+Blue) = 219+190+102=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE66 is #244199. Grayscale: #BDBDBD. Windows color (decimal): -2376090 or 6733531. OLE color: 6733531.
HSL color Cylindrical-coordinate representation of color #DBBE66: hue angle of 45.13º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBBE66 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 102 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.14 |
| HSL | 45.13º | 0.62% | 0.63% | - |
| HSV(B) | 45.13º | 0.53% | 0.86% | - |
| XYZ | 50.03 | 52.85 | 20.13 | - |
| YUV | 188.64 | 79.11 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 102 | 0 | 0.13 | 0.53 | 0.14 | 45.13 | 0.62 | 0.63 |
| Hex | DB | BE | 66 | 0 | D | 35 | E | 2D | 3E | 3F |
| Octal | 333 | 276 | 146 | 0 | 15 | 65 | 16 | 55 | 76 | 77 |
| Binary | 11011011 | 10111110 | 1100110 | 0 | 1101 | 110101 | 1110 | 101101 | 111110 | 111111 |
Color Harmonies of #DBBE66
Complementary color
Monochromatic Colors of #DBBE66
Black with #DBBE66
Text Example
Text Example
White with #DBBE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE66; }
p { color: rgb(219,190,102); }
H1.HeaderClassName
{
color: #DBBE66;
}
.AnyTagClassName
{
color: #DBBE66;
}
</style>
background-color css
<style>
a { background-color: #DBBE66; }
a { background-color: rgb(219,190,102); }
div.DivClassName
{
background-color: #DBBE66;
}
.BgClassName
{
background-color: #DBBE66;
}
</style>
border-color css
<style>
span { border-color: #DBBE66; }
span { border-color: rgb(219,190,102); }
td.TdClassName
{
border-color: #DBBE66;
}
.TagClassName
{
border-color: #DBBE66;
}
</style>