Shades of Confetti #DBC546
Tints of Confetti #DBC546
RGB
CMYK
RGB Variations
Color information
#DBC546 (or 0xDBC546) is known color: Confetti. HEX triplet: DB, C5 and 46. RGB value is (219,197,70). Sum of RGB (Red+Green+Blue) = 219+197+70=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC546 is #243AB9. Grayscale: #BDBDBD. Windows color (decimal): -2374330 or 4638171. OLE color: 4638171.
HSL color Cylindrical-coordinate representation of color #DBC546: hue angle of 51.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBC546 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 70 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.14 |
| HSL | 51.14º | 0.67% | 0.57% | - |
| HSV(B) | 51.14º | 0.68% | 0.86% | - |
| XYZ | 50.29 | 55.43 | 13.84 | - |
| YUV | 189.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 70 | 0 | 0.10 | 0.68 | 0.14 | 51.14 | 0.67 | 0.57 |
| Hex | DB | C5 | 46 | 0 | A | 44 | E | 33 | 43 | 39 |
| Octal | 333 | 305 | 106 | 0 | 12 | 104 | 16 | 63 | 103 | 71 |
| Binary | 11011011 | 11000101 | 1000110 | 0 | 1010 | 1000100 | 1110 | 110011 | 1000011 | 111001 |
Color Harmonies of #DBC546
Complementary color
Monochromatic Colors of #DBC546
Black with #DBC546
Text Example
Text Example
White with #DBC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC546; }
p { color: rgb(219,197,70); }
H1.HeaderClassName
{
color: #DBC546;
}
.AnyTagClassName
{
color: #DBC546;
}
</style>
background-color css
<style>
a { background-color: #DBC546; }
a { background-color: rgb(219,197,70); }
div.DivClassName
{
background-color: #DBC546;
}
.BgClassName
{
background-color: #DBC546;
}
</style>
border-color css
<style>
span { border-color: #DBC546; }
span { border-color: rgb(219,197,70); }
td.TdClassName
{
border-color: #DBC546;
}
.TagClassName
{
border-color: #DBC546;
}
</style>