Shades of Tacha #DBBB60
Tints of Tacha #DBBB60
RGB
CMYK
RGB Variations
Color information
#DBBB60 (or 0xDBBB60) is known color: Tacha. HEX triplet: DB, BB and 60. RGB value is (219,187,96). Sum of RGB (Red+Green+Blue) = 219+187+96=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB60 is #24449F. Grayscale: #BABABA. Windows color (decimal): -2376864 or 6339547. OLE color: 6339547.
HSL color Cylindrical-coordinate representation of color #DBBB60: hue angle of 44.39º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBBB60 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 96 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.14 |
| HSL | 44.39º | 0.63% | 0.62% | - |
| HSV(B) | 44.39º | 0.56% | 0.86% | - |
| XYZ | 49.1 | 51.45 | 18.41 | - |
| YUV | 186.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 96 | 0 | 0.15 | 0.56 | 0.14 | 44.39 | 0.63 | 0.62 |
| Hex | DB | BB | 60 | 0 | F | 38 | E | 2C | 3F | 3E |
| Octal | 333 | 273 | 140 | 0 | 17 | 70 | 16 | 54 | 77 | 76 |
| Binary | 11011011 | 10111011 | 1100000 | 0 | 1111 | 111000 | 1110 | 101100 | 111111 | 111110 |
Color Harmonies of #DBBB60
Complementary color
Monochromatic Colors of #DBBB60
Black with #DBBB60
Text Example
Text Example
White with #DBBB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB60; }
p { color: rgb(219,187,96); }
H1.HeaderClassName
{
color: #DBBB60;
}
.AnyTagClassName
{
color: #DBBB60;
}
</style>
background-color css
<style>
a { background-color: #DBBB60; }
a { background-color: rgb(219,187,96); }
div.DivClassName
{
background-color: #DBBB60;
}
.BgClassName
{
background-color: #DBBB60;
}
</style>
border-color css
<style>
span { border-color: #DBBB60; }
span { border-color: rgb(219,187,96); }
td.TdClassName
{
border-color: #DBBB60;
}
.TagClassName
{
border-color: #DBBB60;
}
</style>