Shades of Tacha #DBBB58
Tints of Tacha #DBBB58
RGB
CMYK
RGB Variations
Color information
#DBBB58 (or 0xDBBB58) is known color: Tacha. HEX triplet: DB, BB and 58. RGB value is (219,187,88). Sum of RGB (Red+Green+Blue) = 219+187+88=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 88 (34.77% from 255 or 17.81% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB58 is #2444A7. Grayscale: #B9B9B9. Windows color (decimal): -2376872 or 5815259. OLE color: 5815259.
HSL color Cylindrical-coordinate representation of color #DBBB58: hue angle of 45.34º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBBB58 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 88 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.14 |
| HSL | 45.34º | 0.65% | 0.6% | - |
| HSV(B) | 45.34º | 0.6% | 0.86% | - |
| XYZ | 48.75 | 51.31 | 16.57 | - |
| YUV | 185.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 88 | 0 | 0.15 | 0.60 | 0.14 | 45.34 | 0.65 | 0.6 |
| Hex | DB | BB | 58 | 0 | F | 3C | E | 2D | 41 | 3C |
| Octal | 333 | 273 | 130 | 0 | 17 | 74 | 16 | 55 | 101 | 74 |
| Binary | 11011011 | 10111011 | 1011000 | 0 | 1111 | 111100 | 1110 | 101101 | 1000001 | 111100 |
Color Harmonies of #DBBB58
Complementary color
Monochromatic Colors of #DBBB58
Black with #DBBB58
Text Example
Text Example
White with #DBBB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB58; }
p { color: rgb(219,187,88); }
H1.HeaderClassName
{
color: #DBBB58;
}
.AnyTagClassName
{
color: #DBBB58;
}
</style>
background-color css
<style>
a { background-color: #DBBB58; }
a { background-color: rgb(219,187,88); }
div.DivClassName
{
background-color: #DBBB58;
}
.BgClassName
{
background-color: #DBBB58;
}
</style>
border-color css
<style>
span { border-color: #DBBB58; }
span { border-color: rgb(219,187,88); }
td.TdClassName
{
border-color: #DBBB58;
}
.TagClassName
{
border-color: #DBBB58;
}
</style>