Shades of Tacha #DBBC58
Tints of Tacha #DBBC58
RGB
CMYK
RGB Variations
Color information
#DBBC58 (or 0xDBBC58) is known color: Tacha. HEX triplet: DB, BC and 58. RGB value is (219,188,88). Sum of RGB (Red+Green+Blue) = 219+188+88=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 88 (34.77% from 255 or 17.78% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC58 is #2443A7. Grayscale: #BABABA. Windows color (decimal): -2376616 or 5815515. OLE color: 5815515.
HSL color Cylindrical-coordinate representation of color #DBBC58: hue angle of 45.8º 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 #DBBC58 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 88 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.14 |
| HSL | 45.8º | 0.65% | 0.6% | - |
| HSV(B) | 45.8º | 0.6% | 0.86% | - |
| XYZ | 48.96 | 51.73 | 16.64 | - |
| YUV | 185.87 | 72.77 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 88 | 0 | 0.14 | 0.60 | 0.14 | 45.8 | 0.65 | 0.6 |
| Hex | DB | BC | 58 | 0 | E | 3C | E | 2E | 41 | 3C |
| Octal | 333 | 274 | 130 | 0 | 16 | 74 | 16 | 56 | 101 | 74 |
| Binary | 11011011 | 10111100 | 1011000 | 0 | 1110 | 111100 | 1110 | 101110 | 1000001 | 111100 |
Color Harmonies of #DBBC58
Complementary color
Monochromatic Colors of #DBBC58
Black with #DBBC58
Text Example
Text Example
White with #DBBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC58; }
p { color: rgb(219,188,88); }
H1.HeaderClassName
{
color: #DBBC58;
}
.AnyTagClassName
{
color: #DBBC58;
}
</style>
background-color css
<style>
a { background-color: #DBBC58; }
a { background-color: rgb(219,188,88); }
div.DivClassName
{
background-color: #DBBC58;
}
.BgClassName
{
background-color: #DBBC58;
}
</style>
border-color css
<style>
span { border-color: #DBBC58; }
span { border-color: rgb(219,188,88); }
td.TdClassName
{
border-color: #DBBC58;
}
.TagClassName
{
border-color: #DBBC58;
}
</style>