Shades of Tacha #DBBC52
Tints of Tacha #DBBC52
RGB
CMYK
RGB Variations
Color information
#DBBC52 (or 0xDBBC52) is known color: Tacha. HEX triplet: DB, BC and 52. RGB value is (219,188,82). Sum of RGB (Red+Green+Blue) = 219+188+82=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC52 is #2443AD. Grayscale: #B9B9B9. Windows color (decimal): -2376622 or 5422299. OLE color: 5422299.
HSL color Cylindrical-coordinate representation of color #DBBC52: hue angle of 46.42º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBBC52 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 82 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.14 |
| HSL | 46.42º | 0.66% | 0.59% | - |
| HSV(B) | 46.42º | 0.63% | 0.86% | - |
| XYZ | 48.72 | 51.64 | 15.38 | - |
| YUV | 185.19 | 69.77 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 82 | 0 | 0.14 | 0.63 | 0.14 | 46.42 | 0.66 | 0.59 |
| Hex | DB | BC | 52 | 0 | E | 3F | E | 2E | 42 | 3B |
| Octal | 333 | 274 | 122 | 0 | 16 | 77 | 16 | 56 | 102 | 73 |
| Binary | 11011011 | 10111100 | 1010010 | 0 | 1110 | 111111 | 1110 | 101110 | 1000010 | 111011 |
Color Harmonies of #DBBC52
Complementary color
Monochromatic Colors of #DBBC52
Black with #DBBC52
Text Example
Text Example
White with #DBBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC52; }
p { color: rgb(219,188,82); }
H1.HeaderClassName
{
color: #DBBC52;
}
.AnyTagClassName
{
color: #DBBC52;
}
</style>
background-color css
<style>
a { background-color: #DBBC52; }
a { background-color: rgb(219,188,82); }
div.DivClassName
{
background-color: #DBBC52;
}
.BgClassName
{
background-color: #DBBC52;
}
</style>
border-color css
<style>
span { border-color: #DBBC52; }
span { border-color: rgb(219,188,82); }
td.TdClassName
{
border-color: #DBBC52;
}
.TagClassName
{
border-color: #DBBC52;
}
</style>