Shades of Tacha #DBBB64
Tints of Tacha #DBBB64
RGB
CMYK
RGB Variations
Color information
#DBBB64 (or 0xDBBB64) is known color: Tacha. HEX triplet: DB, BB and 64. RGB value is (219,187,100). Sum of RGB (Red+Green+Blue) = 219+187+100=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB64 is #24449B. Grayscale: #BBBBBB. Windows color (decimal): -2376860 or 6601691. OLE color: 6601691.
HSL color Cylindrical-coordinate representation of color #DBBB64: hue angle of 43.87º 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 #DBBB64 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 100 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.14 |
| HSL | 43.87º | 0.62% | 0.63% | - |
| HSV(B) | 43.87º | 0.54% | 0.86% | - |
| XYZ | 49.28 | 51.52 | 19.4 | - |
| YUV | 186.65 | 79.1 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 100 | 0 | 0.15 | 0.54 | 0.14 | 43.87 | 0.62 | 0.63 |
| Hex | DB | BB | 64 | 0 | F | 36 | E | 2C | 3E | 3F |
| Octal | 333 | 273 | 144 | 0 | 17 | 66 | 16 | 54 | 76 | 77 |
| Binary | 11011011 | 10111011 | 1100100 | 0 | 1111 | 110110 | 1110 | 101100 | 111110 | 111111 |
Color Harmonies of #DBBB64
Complementary color
Monochromatic Colors of #DBBB64
Black with #DBBB64
Text Example
Text Example
White with #DBBB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB64; }
p { color: rgb(219,187,100); }
H1.HeaderClassName
{
color: #DBBB64;
}
.AnyTagClassName
{
color: #DBBB64;
}
</style>
background-color css
<style>
a { background-color: #DBBB64; }
a { background-color: rgb(219,187,100); }
div.DivClassName
{
background-color: #DBBB64;
}
.BgClassName
{
background-color: #DBBB64;
}
</style>
border-color css
<style>
span { border-color: #DBBB64; }
span { border-color: rgb(219,187,100); }
td.TdClassName
{
border-color: #DBBB64;
}
.TagClassName
{
border-color: #DBBB64;
}
</style>