Shades of Tacha #DBBB66
Tints of Tacha #DBBB66
RGB
CMYK
RGB Variations
Color information
#DBBB66 (or 0xDBBB66) is known color: Tacha. HEX triplet: DB, BB and 66. RGB value is (219,187,102). Sum of RGB (Red+Green+Blue) = 219+187+102=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB66 is #244499. Grayscale: #BBBBBB. Windows color (decimal): -2376858 or 6732763. OLE color: 6732763.
HSL color Cylindrical-coordinate representation of color #DBBB66: hue angle of 43.59º 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 #DBBB66 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 102 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.14 |
| HSL | 43.59º | 0.62% | 0.63% | - |
| HSV(B) | 43.59º | 0.53% | 0.86% | - |
| XYZ | 49.38 | 51.56 | 19.92 | - |
| YUV | 186.88 | 80.1 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 102 | 0 | 0.15 | 0.53 | 0.14 | 43.59 | 0.62 | 0.63 |
| Hex | DB | BB | 66 | 0 | F | 35 | E | 2C | 3E | 3F |
| Octal | 333 | 273 | 146 | 0 | 17 | 65 | 16 | 54 | 76 | 77 |
| Binary | 11011011 | 10111011 | 1100110 | 0 | 1111 | 110101 | 1110 | 101100 | 111110 | 111111 |
Color Harmonies of #DBBB66
Complementary color
Monochromatic Colors of #DBBB66
Black with #DBBB66
Text Example
Text Example
White with #DBBB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB66; }
p { color: rgb(219,187,102); }
H1.HeaderClassName
{
color: #DBBB66;
}
.AnyTagClassName
{
color: #DBBB66;
}
</style>
background-color css
<style>
a { background-color: #DBBB66; }
a { background-color: rgb(219,187,102); }
div.DivClassName
{
background-color: #DBBB66;
}
.BgClassName
{
background-color: #DBBB66;
}
</style>
border-color css
<style>
span { border-color: #DBBB66; }
span { border-color: rgb(219,187,102); }
td.TdClassName
{
border-color: #DBBB66;
}
.TagClassName
{
border-color: #DBBB66;
}
</style>