Shades of Tacha #DBBB5F
Tints of Tacha #DBBB5F
RGB
CMYK
RGB Variations
Color information
#DBBB5F (or 0xDBBB5F) is known color: Tacha. HEX triplet: DB, BB and 5F. RGB value is (219,187,95). Sum of RGB (Red+Green+Blue) = 219+187+95=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB5F is #2444A0. Grayscale: #BABABA. Windows color (decimal): -2376865 or 6274011. OLE color: 6274011.
HSL color Cylindrical-coordinate representation of color #DBBB5F: hue angle of 44.52º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBBB5F is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 95 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.14 |
| HSL | 44.52º | 0.63% | 0.62% | - |
| HSV(B) | 44.52º | 0.57% | 0.86% | - |
| XYZ | 49.05 | 51.43 | 18.17 | - |
| YUV | 186.08 | 76.6 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 95 | 0 | 0.15 | 0.57 | 0.14 | 44.52 | 0.63 | 0.62 |
| Hex | DB | BB | 5F | 0 | F | 39 | E | 2D | 3F | 3E |
| Octal | 333 | 273 | 137 | 0 | 17 | 71 | 16 | 55 | 77 | 76 |
| Binary | 11011011 | 10111011 | 1011111 | 0 | 1111 | 111001 | 1110 | 101101 | 111111 | 111110 |
Color Harmonies of #DBBB5F
Complementary color
Monochromatic Colors of #DBBB5F
Black with #DBBB5F
Text Example
Text Example
White with #DBBB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB5F; }
p { color: rgb(219,187,95); }
H1.HeaderClassName
{
color: #DBBB5F;
}
.AnyTagClassName
{
color: #DBBB5F;
}
</style>
background-color css
<style>
a { background-color: #DBBB5F; }
a { background-color: rgb(219,187,95); }
div.DivClassName
{
background-color: #DBBB5F;
}
.BgClassName
{
background-color: #DBBB5F;
}
</style>
border-color css
<style>
span { border-color: #DBBB5F; }
span { border-color: rgb(219,187,95); }
td.TdClassName
{
border-color: #DBBB5F;
}
.TagClassName
{
border-color: #DBBB5F;
}
</style>