Shades of Tacha #DBBD58
Tints of Tacha #DBBD58
RGB
CMYK
RGB Variations
Color information
#DBBD58 (or 0xDBBD58) is known color: Tacha. HEX triplet: DB, BD and 58. RGB value is (219,189,88). Sum of RGB (Red+Green+Blue) = 219+189+88=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD58 is #2442A7. Grayscale: #BABABA. Windows color (decimal): -2376360 or 5815771. OLE color: 5815771.
HSL color Cylindrical-coordinate representation of color #DBBD58: hue angle of 46.26º 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 #DBBD58 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 88 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.14 |
| HSL | 46.26º | 0.65% | 0.6% | - |
| HSV(B) | 46.26º | 0.6% | 0.86% | - |
| XYZ | 49.17 | 52.16 | 16.71 | - |
| YUV | 186.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 88 | 0 | 0.14 | 0.60 | 0.14 | 46.26 | 0.65 | 0.6 |
| Hex | DB | BD | 58 | 0 | E | 3C | E | 2E | 41 | 3C |
| Octal | 333 | 275 | 130 | 0 | 16 | 74 | 16 | 56 | 101 | 74 |
| Binary | 11011011 | 10111101 | 1011000 | 0 | 1110 | 111100 | 1110 | 101110 | 1000001 | 111100 |
Color Harmonies of #DBBD58
Complementary color
Monochromatic Colors of #DBBD58
Black with #DBBD58
Text Example
Text Example
White with #DBBD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD58; }
p { color: rgb(219,189,88); }
H1.HeaderClassName
{
color: #DBBD58;
}
.AnyTagClassName
{
color: #DBBD58;
}
</style>
background-color css
<style>
a { background-color: #DBBD58; }
a { background-color: rgb(219,189,88); }
div.DivClassName
{
background-color: #DBBD58;
}
.BgClassName
{
background-color: #DBBD58;
}
</style>
border-color css
<style>
span { border-color: #DBBD58; }
span { border-color: rgb(219,189,88); }
td.TdClassName
{
border-color: #DBBD58;
}
.TagClassName
{
border-color: #DBBD58;
}
</style>